@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html {
  font-size: 100% !important;
}

body {
  background: #fff;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif !important;
  line-height: 1.875;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.1em;
}

.inline_block {
  display: inline-block;
}

body.under #content {
  background: #ececec;
}

@media (max-width: 768px) {
  .wrap .column + .column {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .columns {
    margin-top: 0;
    margin-bottom: 0;
  }
  .columns:not(:last-child) {
    margin-bottom: 0;
  }
}
.inline-block {
  display: inline-block;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

*,
::before,
::after {
  box-sizing: border-box;
}

.under #content a {
  text-decoration: underline;
}

.under #content .wrap.ulbox .ul02 a,
.under #content .wrap.btn_wrap a {
  text-decoration: none;
}

@media (min-width: 769px) {
  .under #content a[href^="tel:"] {
    text-decoration: none;
  }
}
.under #content .wrap.ulbox .ul02 a:hover {
  text-decoration: underline;
}

.nowrap_cell {
  white-space: nowrap;
}

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

.under {
  letter-spacing: 0.05em;
  line-height: 2;
}

.hidden {
  display: none;
}

body:not(.page_edit) .page_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_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: #60bfce;
  color: #fff;
}

a,
a:visited,
a:hover {
  color: #000;
}

/**/
#content .inner,
#footer .inner,
#under_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 {
  padding: 10px 0;
}

#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: #000;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
}

#nav li a span {
  font-size: 14px;
  color: #000;
  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: #60bfce;
}

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

.top .wrap > .inner {
  padding: 0;
}

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

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

img {
  max-width: 100%;
}

@media (max-width: 768px) {
  .wrap img {
    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: 1020px) {
  #header .inner,
  #content .inner,
  #footer .inner,
  #under_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;
  }
}
.carousel .slick-arrow {
  display: none !important;
}

@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;
  }
  #header h1 {
    margin-top: 1em;
  }
  .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: 0 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;
}

.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: 16px;
  box-sizing: border-box;
  max-width: 100%;
}

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

.wf_blog_ul .wf_blog_li_date {
  padding: 0 10px 0;
}

.wf_blog_li_date_date {
  margin-right: 10px;
}

.wf_blog_ul .wf_blog_li_title {
  padding: 0;
}

.wf_blog_ul .wf_blog_li_inner {
  padding: 10px;
}

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

.dot_txt {
  padding: 0 0 5px 22px;
  position: relative;
}

.list_dot li:before,
.dot_txt:before {
  background: #0e5caa;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 7px;
  position: absolute;
  top: 12px;
  width: 8px;
}

@media (max-width: 768px) {
  .ul02 li:before {
    top: 9px;
  }
  .list_dot li:before,
  .dot_txt:before {
    top: 10px;
  }
}
.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 !important;
  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: 20px;
  left: 5px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 8px solid #0e5caa;
}

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

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

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

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: #fff;
  padding: 2em !important;
  box-sizing: border-box;
  border-radius: 20px;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 -4px 5px -2px #cfcfcf inset;
}

.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 #60bfce;
  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;
  }
}
.t01_wrap tbody th {
  background-color: #0e5caa;
  text-align: center;
  font-weight: bold;
  width: 33%;
  color: #fff;
}

.t01_wrap th,
.t01_wrap td {
  padding: 0.8em 1em;
}

.t01_wrap table td {
  background: #fff;
}

/* =====================================
===================================== */
.slick-dots {
  bottom: -35px !important;
  display: none !important;
}

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

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

.part.center {
  display: block;
}

.center1 {
  text-align: center !important;
}

.center2 {
  text-align: center;
}

@media (max-width: 768px) {
  .sp-center {
    text-align: center;
  }
  .part.sp-center {
    display: block;
  }
  .center2 {
    text-align: 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_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) {
  body {
    font-size: 14px;
  }
  .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;
  }
  .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;
  }
}
.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%;
  }
}
/* =====================================
=================追加分================ */
.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: 768px) {
  .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: #0e5caa !important;
  background-color: #0e5caa !important;
}

/*ヘッダー固定時のアンカーリンク調整*/
@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 {
    margin-top: -70px;
    padding-top: 70px;
  }
}
.text-center {
  text-align: center;
}

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

@media (max-width: 768px) {
  .pc-text-center {
    text-align: left;
  }
}
.color_pri {
  color: #0e5caa;
}

/*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;
  font-size: 18px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  background: #e4f5db;
}
@media (max-width: 768px) {
  .accordion-area .title {
    font-size: 18px;
  }
}

/*アイコンの＋と×*/
.accordion-area .title::before,
.accordion-area .title::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #000;
  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 #000;
  margin: 0 3% 3% 3%;
  padding: 3%;
}

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

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

/*ボタンデザイン*/
.btn_wrap .wf_btn_part a {
  background: #fff;
  color: #0e5caa;
  font-size: 16px;
  letter-spacing: 0.08em;
  border-radius: 50px;
  border: 2px solid #0e5caa;
  max-width: 250px;
  padding: 8px 42px 10px 35px;
  font-weight: bold;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
font-family: "Noto Sans JP", sans-serif;
}

.btn_wrap .wf_btn_part a:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  margin: auto;
  box-sizing: border-box;
  width: 27px;
  height: 27px;
  background: url(/images/btn_arrow001.png) no-repeat center center/contain;
  transform: none;
  border: none;
}

.btn_wrap .wf_btn_part a:hover {
  opacity: 0.7 !important;
}

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

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

@media (max-width: 768px) {
  .pagetop {
    width: 60px;
    height: 60px;
    bottom: 22vw;
  }
}
.pagetop:before {
  display: none;
}

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

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

/*ブログ一覧のカテゴリ表示*/
/*各タイトルパーツ調整*/
/*タイトルパーツデザイン*/
.under h2,
.under h3,
.under h4,
.under h5,
.under h6 {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
}

.under .h2_title_wrap,
.blog_body .h3_title_wrap {
  position: relative;
  background: url(/images/h1.png) no-repeat center center/cover;
  margin-right: auto;
  margin-left: auto;
}

.blog_body .h3_title_wrap h3,
.under .h2_title_wrap h2 {
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 60px 0;
  margin: 0;
}

.under .h2_title_wrap .inner,
.blog_body .h3_title_wrap .inner {
  padding: 0;
}

.under h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 75px 0 25px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
  padding-top: 20px;
  position: relative;
}
.under h3:before, .under h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 13.25px;
  height: 13.25px;
  border-radius: 100%;
  top: 0;
  left: 50%;
}
.under h3:before {
  content: "";
  transform: translateX(-20px);
  background: #19b8e0;
}
.under h3:after {
  transform: translateX(7px);
  background: #0e5caa;
}

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

.under .h3_title_wrap .inner {
  padding-block: 0;
}

.under .h4_title_wrap .inner {
  padding-block: 0;
}

.under h4 {
  margin: 30px 0 20px;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
  padding-left: 15px;
  letter-spacing: 0.1em;
}
.under h4:before {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 18px;
  left: 0;
  right: auto;
  top: 7px;
  bottom: auto;
  background: #0e5caa;
}

.under .h5_title_wrap .inner {
  padding-block: 0;
}

.under h5 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px 0 10px;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  letter-spacing: 0.1em;
  background: #0e5caa;
  color: #fff;
  padding: 5px 15px 7px;
  border-radius: 10px;
}

.under h6 {
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 15px;
  margin-top: 15px;
  position: relative;
  font-size: 18px;
  padding-bottom: 10px;
}
.under h6:before {
  background: #0e5caa;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 0px;
  position: absolute;
  top: 8px;
  width: 8px;
}

.leadtext {
  font-size: 26px;
  font-weight: bold;
  color: #0e5caa;
  letter-spacing: 0.1em;
  text-align: center;
font-family: "Noto Sans JP", sans-serif;
line-height: 1.4;
}

@media (max-width: 768px) {
  .leadtext {
    font-size: 23px;
  }
}
@media (max-width: 768px) {
  .blog_body .h3_title_wrap h3,
  .under .h2_title_wrap h2 {
   font-size: 26px;
        padding: 30px 0 35px;
  }
  .under h3 {
    font-size: 24px;
    margin: 60px 0 18px;
  }
  .under h4 {
    font-size: 20px;
    margin: 20px 0 10px;
    padding-bottom: 0;
  }
  .under h4:before {
    top: 6px;
  }
  .under h5 {
    font-size: 18px;
    margin: 20px 0 10px;
  }
  .under h6 {
    font-size: 16px;
  }
}
.blog_body .h4_title_wrap .inner {
  padding-block: 0;
}

.blog_body h4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-block: 40px 0;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 769px) {
  .blog_body h4 {
    margin-block: 80px 0;
    font-size: 30px;
  }
}
.blog_body h4::before {
  content: "";
  display: block;
  width: 38px;
  height: auto;
  aspect-ratio: 1/1;
  background: url("/images/h2_icon.png") no-repeat center/contain;
}

.blog_body .h5_title_wrap .inner {
  padding-block: 0;
}

.blog_body h5 {
  display: flex;
  -moz-column-gap: 0.3em;
  column-gap: 0.3em;
  margin-block: 20px 0;
  border-bottom: 3px dotted #f8b300;
  font-size: 20px;
  font-weight: bold;
  line-height: 2.0222455;
}

@media (min-width: 769px) {
  .blog_body h5 {
    margin-block: 40px 0;
    font-size: 22px;
  }
}
.blog_body h5::before {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 24px;
  height: 45px;
  background: url("/images/h3_icon.png") no-repeat center/contain;
}

.blog_body .h6_title_wrap .inner {
  padding-block: 0;
}

.blog_body h6 {
  display: flex;
  -moz-column-gap: 0.3em;
  column-gap: 0.3em;
  margin-block: 20px 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
}

@media (min-width: 769px) {
  .blog_body h6 {
    margin-block: 40px 0;
    font-size: 20px;
  }
}
.blog_body h6::before {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 14px;
  height: 40px;
  background: url("/images/h5_icon.png") no-repeat center/contain;
}

.borderbox .h2_title_wrap:first-child h2,
.borderbox .h3_title_wrap:first-child h3,
.borderbox .h4_title_wrap:first-child h4,
.borderbox .h5_title_wrap:first-child h5,
.borderbox .h6_title_wrap:first-child h6 {
  margin-top: 0;
}

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

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

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

.bg01 {
  padding: 40px !important;
  box-sizing: border-box;
  background: #f8f9ed;
  border-radius: 15px;
}

@media (max-width: 768px) {
  .bg01 {
    padding: 30px !important;
  }
}
.borderbox {
  padding: 30px 50px 30px !important;
  box-sizing: border-box;
  background: #6dcbe2;
  border: none;
  margin-bottom: 20px !important;
  margin-top: 20px !important;
}

@media (max-width: 768px) {
  .borderbox {
    padding: 25px 20px 25px !important;
  }
}
#content,
#footer {
  overflow: hidden;
}

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

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

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

#header {
  position: relative;
  z-index: 5;
  background: url(/images/h_bg_img.jpg) no-repeat center center/cover;
}

#header .inner {
  height: 100%;
  padding: unset;
}

#header .hdr_top {
  display: flex;
  justify-content: space-between;
  align-items: start;
  -moz-column-gap: 20px;
  column-gap: 20px;
  padding: 20px 0 20px 0;
}
@media (max-width: 768px) {
  #header .hdr_top {
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
}

#header h1 {
  width: 274px;
  max-width: 36%;
  float: none;
  margin: 0;
}
@media (max-width: 768px) {
  #header h1 {
    width: 95px !important;
  }
}

#header h1 img,
#footer img {
  max-width: 100%;
  display: block;
}

#header .hdr_info_wrap {
  max-width: 68%;
  padding: 8px 28px 8px 12px;
  background-color: #fff;
  border-radius: 50vw;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 -4px 5px -2px #cfcfcf inset;
}
@media (max-width: 768px) {
  #header .hdr_info_wrap {
    padding: 10px 16px 10px 10px;
  }
}

#header .hdr_info_list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
}
@media (max-width: 768px) {
  #header .hdr_info_list {
    gap: 5px;
  }
}

#header .hdr_info_list .btn_wrap a {
  width: 235px;
  background: linear-gradient(to right, #145ca2 0%, #97e8fb 100%);
  color: #fff;
  border: none;
  padding: 14px 10px 16px;
font-family: "Noto Sans JP", sans-serif;
}
#header .hdr_info_list .btn_wrap a:after {
  background: url(/images/btn_arrow002.png) no-repeat center center/contain;
}
@media (max-width: 768px) {
  #header .hdr_info_list .btn_wrap a {
    width: 168px;
    font-size: 14px;
  }
  #header .hdr_info_list .btn_wrap a:after {
    width: 20px;
  }
}

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

@media (min-width: 769px) {
  #menu {
    padding-bottom: 30px;
  }
}
#menu #menu-inner {
  max-width: 100%;
}

#menu-btn {
  display: none;
}

#header .menu-list > li > a {
  color: #fff;
}

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

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

@media (max-width: 960px) {
  .menu-list > li > a {
    display: block;
    padding: 0 15px;
    font-size: 16px;
    text-decoration: none;
    letter-spacing: 0.1em;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
  }
}
.menu-list > li > a > .blogicon-chevron-down {
  margin-right: 5px;
}

@media (min-width: 769px) {
  .menu-list > li > ul.menu-children {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (min-width: 769px) {
  .menu-list > li.pc_last-child > ul.menu-children {
    right: 0;
  }
}
.menu-list > li:hover > ul.menu-children {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s, visibility 0.2s;
}

@media (max-width: 960px) {
  .menu-list > li > ul.menu-children > li > a {
    display: block;
    line-height: 1.4;
    text-decoration: none;
    background: #4a92d9;
    padding: 15px 10px;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
  }
}
.menu-list > li > ul.menu-children > li > a:hover {
  transition: all 0.2s;
  opacity: 0.7;
text-decoration: none;
}
.menu-list a:hover {
    text-decoration: none;
}

#header .inner .hdr_top .hdr_info_wrap .hdr_info_list li:last-child a {
  width: 240px;
  padding: 15px 0px;
  font-size: 15px;
  color: white;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  background: #0e5caa;
  text-align: center;
  position: relative;
  display: block;
  text-decoration: none;
  border-radius: 100px;
}

#header .inner .hdr_top .hdr_info_wrap .hdr_info_list li:last-child a:after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 15px;
  margin: auto;
  background: url(/images/arrow.png) no-repeat center center/cover;
  transition: 0.2s;
}

#header .inner .hdr_top .hdr_info_wrap .hdr_info_list li:last-child a:hover {
  background: #03a061;
  opacity: 1;
}

#header .tel_link a {
  position: relative;
  padding-left: 35px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  text-align: right;
  letter-spacing: 0.03em;
}

#header .tel_link a::before {
  content: "";
  width: 29px;
  height: 29px;
  position: absolute;
  top: 3px;
  bottom: 0;
  left: 0;
  right: auto;
  margin: auto;
  background: url(/images/h_tel_ic.png) no-repeat center/contain;
}

.hdr_info_list.pc2 .address {
  letter-spacing: 0;
  line-height: 1;
  display: inline-block;
}

#header {
  width: 100%;
  padding: 20px 30px 30px 20px;
  box-sizing: border-box;
  z-index: 5;
}

body.under #header {
  background: #ececec;
}

body.top #header {
  position: absolute;
  top: 0;
}

@media (max-width: 960px) {
  body.under #header {
    position: fixed;
    top: 0;
  }
  body.under #content {
    margin-top: 80px;
  }
}
@media (min-width: 769px) and (max-width: 960px) {
  body.under #content {
    margin-top: 131px;
  }
}
.pc2 {
  display: none !important;
}

#header .hdr_top {
  height: 100%;
  padding: 0;
}

#header h1 {
  max-width: 18%;
  width: 227px;
}

#header .hdr_info_list a {
  display: block;
}

#header .hdr_info_list img {
  width: 40px;
  display: block;
}

#header .hdr_info_list .sp img {
  width: 40px;
}

nav:not(.wf_paging) {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 72%;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.3s;
  z-index: 6;
  opacity: 0;
  visibility: hidden;
  right: 0;
  max-width: 700px;
  background: #0e5caa;
}
@media (min-width: 961px) {
  nav:not(.wf_paging) {
    height: -moz-fit-content;
    height: fit-content;
  }
}

#header .menu_wrapper {
  padding: 100px 50px 50px 50px;
}

.open nav {
  right: 0;
  opacity: 1;
  visibility: visible;
  left: auto;
}

.toggle {
  display: block;
  width: 35px;
  height: 40px;
  transition: all 0.3s;
  cursor: pointer;
  z-index: 7;
  position: relative;
}

.toggle span {
  position: absolute;
  left: 0;
  width: 35px;
  height: 4px;
  background-color: #0e5caa;
  border-radius: 7px;
  transition: all 0.3s;
}

.toggle span:nth-child(1) {
  top: 4px;
}

.toggle span:nth-child(2) {
  top: 18px;
}

.toggle span:nth-child(3) {
  bottom: 4px;
}

.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(-14px) 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:hover {
  background: none;
}

.menu-list > li > a img {
  display: none;
}

@media (max-width: 960px) {
  .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-left: 20px;
    line-height: 1.5;
    background: #4a92d9;
  }
  .menu-list > li > ul.menu-children > li > a:hover {
    background: #51cbe9;
  }
  .menu-list > li > a {
    height: 100%;
    padding: 0px;
    font-size: 100%;
    border-bottom: 1px solid #fff;
    padding: 15px 10px;
    background: #0e5caa;
  }
  .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 {
    visibility: hidden;
    opacity: 0;
    padding-left: 0;
    list-style-type: none;
  }
}
.menu-list > li > ul.menu-children {
  width: 100%;
}

@media (max-width: 960px) {
  .menu-list > li {
    width: 100%;
  }
}
@media (min-width: 961px) {
  #header nav .menu_flex {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
  }
  #header nav {
    padding: 55px 80px;
padding-bottom: 150px;
  }
  #header .menu-has-child .menu-children li a {
    padding-left: 8px;
    position: relative;
    font-size: 14px;
    display: inline-block;
    line-height: 1.7857142857;
    letter-spacing: 0;
    color: #fff;
  }
  #header .menu-has-child .menu-children li a:before {
    content: "";
    display: block;
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    transform: none;
    background: #fff;
  }
  #header .menu-list > li + li {
    margin-top: 35px;
  }
  #header .menu-list > li:last-child {
    margin-top: 10px;
  }
  #header a.menu_title {
    font-size: 16px;
    font-weight: bold;
  }
}
@media (max-width: 960px) {
  #header .menu_logo {
    padding: 80px 20px 20px;
text-align: center;
  }
}
@media (min-width: 961px) {
  .menu-children {
    display: block !important;
  }
}
@media (max-width: 960px) {
  #header {
    padding: 5px 0;
  }
}
@media (max-width: 768px) {
  #header {
    height: 80px;
  }
}
@media (min-width: 961px) {
  #header .inner .hdr_top .hdr_info_wrap .hdr_info_list {
    gap: 15px;
  }
}
#header .inner .hdr_top .hdr_info_wrap .hdr_info_list li:last-child a:hover::after {
  right: 12px;
  transition: 0.2s;
}

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

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

.mainimage {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.mainimage iframe,
.mainimage video {
  position: absolute;
  width: 101%;
  height: 141%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

@media (max-width: 768px) {
  .mainimage video {
    width: 202%;
    height: 100%;
  }
}
.tb_br {
  display: none;
}

.mainimage {
  position: relative;
}

.mainimage .column {
  padding: 0;
}

.sec_loopslide {
  overflow: hidden;
}

.sec_loopslide .slider_wrap {
  animation: loopslider 150s linear infinite;
  display: flex;
  width: 7360px;
  height: 100%;
  margin: 0;
}

@media (max-width: 768px) {
  .sec_loopslide .slider_wrap {
    width: 3200px;
  }
}
.sec_loopslide .slider_wrap .column {
  padding: 0;
  margin: 0;
}

.sec_loopslide .slider_wrap .column:nth-child(2n) {
  margin-top: 50px;
}

@media (max-width: 768px) {
  .sec_loopslide .slider_wrap .column:nth-child(2n) {
    margin-top: 30px;
  }
}
.sec_loopslide .slider_wrap .column > span {
  margin: 0;
  display: block;
  padding: 0 10px;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .sec_loopslide .slider_wrap .column > span {
    padding: 0 5px;
  }
}
@keyframes loopslider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-3680px);
  }
}
@media (max-width: 768px) {
  @keyframes loopslider {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-1600px);
    }
  }
}
body.top #content .sec_parent {
  overflow: hidden;
  position: relative;
  background-color: #fff6b2;
}

body.top #content .sec_parent::before {
  content: "";
  position: absolute;
  top: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1920/146;
  background: url("/images/bg_img003_1.jpg") no-repeat top/cover;
}

body.top #content .sec_parent .inner {
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
}

@media (min-width: 769px) {
  body.top #content .sec_parent .inner {
    padding-top: 50px;
  }
}
body.top #content .sec_parent .inner::before,
body.top #content .sec_parent .inner::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  z-index: -1;
}

body.top #content .sec_parent .inner::before {
  left: 20px;
  width: auto;
  height: 21.3333333333vw;
  aspect-ratio: 150/119;
  background: url("/images/bg_img003_2.png") no-repeat center/contain;
}

@media (min-width: 769px) {
  body.top #content .sec_parent .inner::before {
    height: 119px;
  }
}
@media (min-width: 1400px) {
  body.top #content .sec_parent .inner::before {
    left: unset;
    right: calc(100% + 20px);
  }
}
body.top #content .sec_parent .inner::after {
  right: 20px;
  width: auto;
  height: 24vw;
  aspect-ratio: 143/130;
  background: url("/images/bg_img03_3.png") no-repeat center/contain;
}

@media (min-width: 769px) {
  body.top #content .sec_parent .inner::after {
    height: 130px;
  }
}
@media (min-width: 1400px) {
  body.top #content .sec_parent .inner::after {
    right: unset;
    left: calc(100% + 30px);
  }
}
body.top #content .sec_parent .ttlbox {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  body.top #content .sec_parent .ttlbox {
    display: block;
  }
}
body.top #content .sec_parent .ttlbox h2 {
  font-size: clamp(24px, 3.1vw, 50px);
}

@media (min-width: 769px) {
  body.top #content .sec_parent .ttlbox h2 {
    flex-shrink: 0;
    padding: 0;
    padding-block: 30px;
    padding-right: 80px;
    margin: 0;
    margin-right: 80px;
    border-right: 1px solid #f8b300;
  }
  body.top #content .sec_parent .columns .column {
    padding: 9.5px;
  }
}
@media (max-width: 768px) {
  body.top #content .sec_parent .columns .column:not(:last-child) {
    margin-bottom: 20px;
  }
}

#footer .row {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 769px) {
  #footer .row {
    gap: 20px;
  }
}
@media (max-width: 530px) {
  #footer .row {
    flex-direction: column;
  }
}
@media (min-width: 531px) and (max-width: 768px) {
  #footer .row .column_l,
  #footer .row .column_r {
    width: 46%;
  }
}
#footer .row ul + ul {
  margin-top: 30px;
}
#footer .row ul:last-child {
  margin-top: 10px;
}
#footer .row .menu_title a {
  color: #fff;
  padding-left: 0;
  font-weight: bold;
  line-height: 2.2666666667;
}
#footer .row .menu_title a:before {
  display: none;
}

#footer {
  background: #0e5caa;
  padding: clamp(50px, 9vw, 100px) 0 0;
  position: relative;
  color: #fff;
}
#footer .tel_text {
  font-size: 20px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.05em;
line-height: 1.3;
}
#footer .tel_text .large_txt {
  font-size: 30px;
  color: #fff;
}
#footer .tel_text .large_txt a {
  color: #fff !important;
}
#footer .address_text{
  line-height: 1.6;
margin-bottom: 11px;
}

@media (max-width: 768px) {
  #footer .footer_bnr_container {
    margin-top: 30px;
  }
  #footer .footer_bnr_container a {
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    margin: 0 auto;
  }
  #footer .footer_bnr_container .column + .column {
    margin-top: 20px;
  }
}
#footer .logospace {
  margin-bottom: 35px;
}

@media (max-width: 768px) {
  #footer .logospace img {
    margin: 0 auto;
max-width: 160px;
  }
}
@media (min-width: 769px) {
  #footer .logospace img {
    margin-left: 0;
  }
}

#footer .columns .column ul li a:hover span {
  text-decoration: underline;
}

#footer .footerttl {
  margin-bottom: 15px;
  font-family: "Noto Sans JP", sans-serif;
  color: #0e5caa;
  font-weight: bold;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  border-bottom: 3px dotted #d4ecc7;
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  #footer .footerttl {
    margin-inline: 0;
  }
}
@media (max-width: 768px) {
  #footer .menu_title {
    margin: 0;
  }
}
#header .menu_wrapper {
  background: #0e5caa;
}

#footer .columns .column ul li a {
  padding-left: 11px;
  position: relative;
  font-size: 14px;
  display: inline-block;
  line-height: 1.7857142857;
  letter-spacing: 0;
  color: #fff;
}

#footer .columns .column .menu_title a {
  font-size: 16px;
padding-left: 0;
letter-spacing: .05em;
}

#footer .columns .column ul li a::before {
  content: "";
  display: block;
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  transform: none;
  background: #fff;
border-radius: 50%;
}

@media (max-width: 768px) {
  #footer .columns .column ul li a::before {
    top: 11px;
  }
}
#footer .columns .column .footer_menu_children li {
  line-height: 22px;
}

#footer .columns .column .footer_menu_children li a {
  padding-left: 12px;
  font-size: 14px;
  line-height: 1;
}
#footer .columns .column .footer_menu_children li a:before {
  border-radius: 0;
  height: 1px;
  width: 8px;
  background: #000;
  top: 7px;
  border: none;
}

#footer .columns .column:last-child .bnrspace1.column:not(:last-child) {
  margin-bottom: 10px;
}

#footer .columns .column:last-child .bnrspace1.column:not(:last-child) img {
  vertical-align: middle;
}

.copyright {
  background: #0e5caa;
  text-align: center;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 20px;
  letter-spacing: 0;
  position: relative;
letter-spacing: .05em;
}

@media (max-width: 768px) {
  .copyright {
    padding-bottom: 18vw !important;
    padding-top: 30px;
  }
}
.fixedfooter {
  position: fixed;
  bottom: 0;
  z-index: 4;
  width: 100%;
}

@media (min-width: 769px) {
  .fixedfooter {
    bottom: unset;
    right: 0;
    top: 35%;
    width: auto;
  }
}
.fixedfooter ul {
  display: flex;
  justify-content: center;
}

@media (min-width: 769px) {
  .fixedfooter ul {
    display: block;
  }
  .fixedfooter ul li + li {
    margin-top: 10px;
  }
}
.fixedfooter ul li img {
  width: 100%;
  height: auto;
}

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

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

h2.top_title {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(23px, 3vw, 42px);
  font-weight: bold;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  position: relative;
}

.sec_plan h2.top_title,
.sec_about h2.top_title {
  position: relative;
  padding-top: 20px;
}
.sec_plan h2.top_title:after, .sec_plan h2.top_title:before,
.sec_about h2.top_title:after,
.sec_about h2.top_title:before {
  content: "";
  position: absolute;
  display: block;
  width: 13.25px;
  height: 13.25px;
  border-radius: 100%;
  top: 0;
  left: 50%;
}
.sec_plan h2.top_title:before,
.sec_about h2.top_title:before {
  transform: translateX(-20px);
  background: #19b8e0;
}
.sec_plan h2.top_title:after,
.sec_about h2.top_title:after {
  transform: translateX(7px);
  background: #0e5caa;
}

.sec_about h2.top_title:before {
  background: #0e5caa;
}

.sec_plant h2.top_title,
.sec_overview h2.top_title,
.sec_slider h2.top_title {
  position: relative;
  padding-left: 25px;
  width: -moz-fit-content;
  width: fit-content;
}
.sec_plant h2.top_title:after, .sec_plant h2.top_title:before,
.sec_overview h2.top_title:after,
.sec_overview h2.top_title:before,
.sec_slider h2.top_title:after,
.sec_slider h2.top_title:before {
  content: "";
  position: absolute;
  display: block;
  width: 10.5px;
  height: 10.5px;
  border-radius: 100%;
  left: 0;
  top: 47%;
}
.sec_plant h2.top_title:before,
.sec_overview h2.top_title:before,
.sec_slider h2.top_title:before {
  transform: translateY(-8px);
  background: #19b8e0;
}
.sec_plant h2.top_title:after,
.sec_overview h2.top_title:after,
.sec_slider h2.top_title:after {
  transform: translateY(8px);
  background: #0e5caa;
}

.sec_news h2.top_title::before {
  background: url(/images/top_h2_ic_y.png) no-repeat center center/contain;
}

.sec_life h2.top_title::before,
.sec_contact h2.top_title::before {
  background: url(/images/top_h2_ic_wh.png) no-repeat center center/contain;
}

.anker + .h3_title_wrap {
  margin-top: 0;
}

.t01_wrap thead th,
.t01_wrap thead td {
  background-color: #e4f5db;
  color: #000;
  font-weight: bold;
  text-align: center;
}

.t01_wrap tbody th.foot,
.t01_wrap tbody td.foot {
  font-weight: bold;
  background-color: #6dcbe2;
}

@media (max-width: 768px) {
  .table_scroll {
    overflow-x: scroll;
  }
  .table_scroll table {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
  }
}
.under ul.btn_wrap .wf_btn_part a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: unset;
  height: 100%;
}

table.part thead tr th,
table.part thead tr td,
table.part tbody tr th,
table.part tbody tr td {
  font-size: 12px !important;
}

table.part thead tr th > *,
table.part thead tr td > *,
table.part tbody tr th > *,
table.part tbody tr td > * {
  font-size: 12px !important;
}

@media (min-width: 769px) {
  table.part thead tr th > *,
  table.part thead tr td > *,
  table.part tbody tr th > *,
  table.part tbody tr td > * {
    font-size: 16px !important;
  }
}
@media (min-width: 769px) {
  table.part thead tr th,
  table.part thead tr td,
  table.part tbody tr th,
  table.part tbody tr td {
    font-size: 16px !important;
  }
}
@media (min-width: 769px) {
  .mainimage img {
    display: block;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .fixedfooter ul {
    max-width: 100px;
  }
}
@media (max-width: 768px) {
  #footer .logospace {
    margin: 0 auto 20px;
    text-align: center;
  }
  body.top #content h2 .bold {
    font-size: 24px;
  }
  .sec_parent .sec_text {
    text-align: center;
  }
}
.sec_contact .tel_link a::before {
  top: 7px;
}

@media (max-width: 960px) {
  #header .inner .hdr_top .hdr_info_wrap .hdr_info_list li:first-child {
    margin-bottom: 0;
  }
}
.nowrap_table table th,
.nowrap_table table td {
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  text-align: center;
}

.under .olbox ol li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  margin-left: 2em;
  padding-left: 3px;
}

.blog_body h3:before {
  display: none;
}

.hiddenlast {
  margin-bottom: 100px !important;
}

@media (max-width: 768px) {
  .hiddenlast {
    margin-bottom: 50px !important;
  }
}
.wide_btn.btn_wrap .wf_btn_part a {
  max-width: 350px;
}


.sec_mainvisu {
  position: relative;
}
.sec_mainvisu img {
  width: 100%;
}
.sec_mainvisu .carousel_inner {
  max-width: none;
}
.sec_mainvisu .main_btn_item .wf_btn_part {
  max-width: 250px;
  width: 100%;
  position: absolute;
  background: linear-gradient(to right, #bde5ee 0%, #6897c6 100%);
  border-radius: 50vw;
  padding: 4px;
  filter: drop-shadow(0 5px 5px rgba(255, 255, 255, 0.6));
}
@media (min-width: 769px) {
  .sec_mainvisu .main_btn_item .wf_btn_part {
    max-width: 276px;
  }
}
.sec_mainvisu .btn_wrap .wf_btn_part a {
  background: #fff;
  border: none;
}
@media (min-width: 769px) {
  .sec_mainvisu .btn_wrap .wf_btn_part a {
    font-size: 20px;
    max-width: 276px;
  }
}
.sec_mainvisu .main_btn_item01 .wf_btn_part {
  top: 31.9587628866%;
  left: 14.0625%;
}
@media (max-width: 768px) {
  .sec_mainvisu .main_btn_item01 .wf_btn_part {
    top: 20.8%;
    left: 2.6666666667%;
  }
}
.sec_mainvisu .main_btn_item02 .wf_btn_part {
  top: 77.3195876289%;
  left: 10.4166666667%;
}
@media (max-width: 768px) {
  .sec_mainvisu .main_btn_item02 .wf_btn_part {
    top: 75%;
    left: 2.6666666667%;
  }
}
.sec_mainvisu .main_btn_item03 .wf_btn_part {
  top: 29.4845360825%;
  right: 8.0729166667%;
}
@media (max-width: 768px) {
  .sec_mainvisu .main_btn_item03 .wf_btn_part {
    top: 34%;
    right: 2.6666666667%;
  }
}
.sec_mainvisu .main_btn_item04 .wf_btn_part {
  top: 77.8350515464%;
  right: 19.7916666667%;
}
@media (max-width: 768px) {
  .sec_mainvisu .main_btn_item04 .wf_btn_part {
    top: 88%;
    right: 2.6666666667%;
  }
}

.bg_wrapper01 {
  background: url(/images/bg_img001.jpg) no-repeat center center/cover;
}

.sec_news {
  padding: 30px 0 clamp(80px, 12vw, 144px);
  position: relative;
}
.sec_news:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  aspect-ratio: 1920/171;
  top: auto;
  bottom: -2px;
  left: 0;
  right: auto;
  margin: 0 auto;
  background: url(/images/wave001.png) no-repeat center center/cover;
}
.sec_news h2.top_title {
  font-size: 30px;
  letter-spacing: 0.12em;
}
@media (max-width: 768px) {
  .sec_news h2.top_title {
    font-size: 24px;
  }
}
.sec_news .btn_wrap .wf_btn_part a {
  margin-top: 27px;
}
.sec_news .columns {
  background: #fff;
  border-radius: 30px;
  padding: clamp(20px, 2.5vw, 40px) clamp(20px, 3vw, 50px);
}
.sec_news .wf_blog_ul .wf_blog_li_title,
.sec_news .wf_blog_ul .wf_blog_li_date {
  font-size: 14px;
}

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

@media (min-width: 769px) {
  .sec_news .columns {
    justify-content: space-between;
    margin: 0;
  }
  .sec_news .column:first-child {
    width: 21.1111111111%;
  }
  .sec_news .column:nth-child(2) {
    width: 70%;
  }
  .sec_news .column {
    padding: 0;
  }
  .sec_news .inner.columns .column {
    padding: unset;
  }
  .sec_news .inner.columns .column:first-child {
    flex: 0;
    flex-basis: 23%;
  }
  .sec_news .inner.columns .column:first-child .btn_wrap a {
    margin: unset;
  }
}
@media (max-width: 768px) {
  .sec_news {
    background: url(/images/sp_bg_img001.jpg) repeat-y center center/100%;
  }
  .sec_news .btn_wrap .wf_btn_part a {
    margin-top: 20px;
  }
}
.sec_news .flex_cont {
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 85%;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .sec_news .flex_cont {
    width: 100%;
  }
}

.sec_news .flex_cont li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  font-size: 20px;
  padding: 20px 0;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  font-weight: bold;
  color: white;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  line-height: 1;
}

.sec_news .flex_cont li.color001 {
  background: #fc95c8;
}

.sec_news .flex_cont li.color002 {
  background: #b78cff;
}

.sec_news .flex_cont li.color003 {
  background: #fe7bb2;
}

.sec_news .flex_cont li.color004 {
  background: #a47a4d;
}

.sec_news .news_content {
  border-radius: 30px;
  box-sizing: border-box;
}

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

@media (max-width: 768px) {
  .sec_news .news_content {
    border-radius: 0 0 20px 20px;
  }
}
@media (min-width: 769px) {
  .sec_news .wf_blog_ul .wf_blog_li_date {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .sec_news .news_content .wf_blog_li_date {
    width: 100%;
    padding-inline: 0;
    padding-bottom: 2px;
  }
}
@media (max-width: 768px) {
  .sec_news .news_content .wf_blog_li_title {
    width: 100%;
    padding-inline: 0;
    padding-top: 2px;
  }
}
@media (max-width: 768px) {
  .sec_news .btn_wrap {
    margin-top: 30px;
  }
}
.wf_lic .wf_blog_li_date:before {
  text-align: center;
  min-width: 10em;
  display: inline-block;
  padding: 5px 15px;
  margin-right: 18px;
  border-radius: 20px;
  font-weight: bold;
  vertical-align: top;
  line-height: 1;
  min-width: 110px;
}

.sec_news .wf_lic {
  border: none;
}

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

.wf_lic_給食献立 .wf_blog_li_date:before {
  content: "給食献立";
  color: #b78cff;
  border: solid 2px #b78cff;
}

.wf_lic_子育て支援センター「ゆいキッズ」 .wf_blog_li_date:before {
  content: "子育て支援センター";
  background: #fe7bb2;
  color: #fff;
  border: solid 2px #fe7bb2;
}

.wf_lic_クラスだより .wf_blog_li_date:before {
  content: "クラスだより";
  background: #ff7d8e;
  color: #fff;
  border: solid 2px #ff7d8e;
}

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

.wf_lic_保護者専用ページ .wf_blog_li_date {
  display: none;
}

@media (max-width: 768px) {
  .top .wf_googlemap_wrap iframe {
    height: 400px;
  }
}
.sec_plan .inner {
  width: 1818px !important;
  max-width: 1818px;
  background: #fff;
  border-radius: 120px;
  padding: clamp(20px, 10vw, 135px) 30px !important;
}
@media (max-width: 1838px) {
  .sec_plan .inner {
    width: 94% !important;
    border-radius: 30px;
  }
}
@media (max-width: 768px) {
  .sec_plan .inner {
    padding: 30px 20px !important;
  }
}
.sec_plan .columns {
  margin: 0 auto;
  justify-content: space-between;
  gap: 80px 0;
  margin-top: 70px;
  max-width: 1518px;
}
@media (max-width: 768px) {
  .sec_plan .columns {
    margin-top: 30px;
  }
}
.sec_plan .column {
  padding: 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .sec_plan .column {
    width: 30.303030303%;
  }
}
.sec_plan .column .textBox {
  flex: 1;
}
@media (max-width: 768px) {
  .sec_plan .column + .column {
    margin-top: 50px;
  }
}
.sec_plan h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: clamp(19px, 1.6vw, 26px);
  padding-left: 66px;
  position: relative;
}
@media (max-width: 768px) {
  .sec_plan h3 {
   font-size: 20px;
        padding-left: 46px;
  }
}
.sec_plan h3:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 48px;
  height: 58px;
  aspect-ratio: 1920/171;
  top: -10px;
  bottom: auto;
  left: 0;
  right: auto;
}
.sec_plan .columns > .column:nth-child(1) h3:after {
  background: url(/images/pt_img001.png) no-repeat center center/cover;
}
.sec_plan .columns > .column:nth-child(2) h3:after {
  background: url(/images/pt_img002.png) no-repeat center center/cover;
}
.sec_plan .columns > .column:nth-child(3) h3:after {
  background: url(/images/pt_img003.png) no-repeat center center/cover;
}
.sec_plan .columns > .column:nth-child(4) h3:after {
  background: url(/images/pt_img004.png) no-repeat center center/cover;
}
.sec_plan .columns > .column:nth-child(5) h3:after {
  background: url(/images/pt_img005.png) no-repeat center center/cover;
}
.sec_plan .columns > .column:nth-child(6) h3:after {
  background: url(/images/pt_img006.png) no-repeat center center/cover;
}
.sec_plan .wf_img_cont {
  display: block;
  text-align: center;
  margin-top: 16px;
margin-bottom: 10px;
}
@media (max-width: 768px) {
  .sec_plan .wf_img_cont {
    margin-top: 20px;
  }
}
.sec_plan .btn_wrap .wf_btn_part a {
  margin-top: 20px;
}

.bg_wrapper02 {
  background: url(/images/bg_img002.jpg) no-repeat center center/cover;
  padding-top: clamp(50px, 9vw, 100px);
}

.sec_plant {
  position: relative;
}
.sec_plant .wide_inner {
  width: 1200px !important;
  max-width: 1200px;
}
@media (max-width: 1220px) {
  .sec_plant .wide_inner {
    width: 94% !important;
  }
}
.sec_plant .columns {
  margin: 0;
  margin-top: 43px;
}
@media (max-width: 768px) {
  .sec_plant .columns {
    margin-top: 20px;
  }
}
.sec_plant .column {
  padding: 0;
}
.sec_plant .wf_img_cont {
  display: block;
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  .sec_plant .wf_img_cont {
    width: 55.8333333333%;
  }
}
.sec_plant .column_text {
  flex: 1;
}
.sec_plant .column_text .textBox {
  padding-right: 55px;
  padding-left: 45px;
  padding: clamp(30px, 5vw, 55px) clamp(20px, 5vw, 45px) clamp(20px, 5vw, 55px) clamp(20px, 4.5vw, 45px);
  position: relative;
letter-spacing: 0.07em;
}
@media (min-width: 769px) {
  .sec_plant .column_text .textBox {
    margin-right: 18.8679245283%;
    margin-top: clamp(50px, 8vw, 95px);
  }
}
.sec_plant .column_text .textBox > div {
  position: relative;
  z-index: 1;
}
.sec_plant .column_text .textBox:before {
  content: "";
  width: 200%;
  height: 100%;
  right: 0;
  top: 0;
  background: #fff;
  border-radius: 30px;
  position: absolute;
  z-index: 0;
}
@media (max-width: 1200px) {
  .sec_plant .column_text .textBox:before {
    width: 150%;
  }
}
@media (max-width: 768px) {
  .sec_plant .column_text .textBox:before {
    width: 100%;
  }
}

.sec_slider {
  margin-top: 85px;
}
.sec_slider .wide_inner {
  margin-top: 40px;
  width: 1815px !important;
  max-width: 1815px;
}
@media (max-width: 1835px) {
  .sec_slider .wide_inner {
    width: 94% !important;
  }
}
@media (max-width: 768px) {
  .sec_slider .wide_inner {
    margin-top: 20px;
  }
}
.sec_slider .columns {
  margin: 0;
}
.sec_slider .slick-prev,
.sec_slider .slick-next {
  width: 36px;
  height: 37px;
}
.sec_slider .slick-prev {
  left: 0;
}
.sec_slider .slick-next {
  right: 0;
}
.sec_slider .slider_wrap {
  padding: 0 60px;
}
.sec_slider .btn_wrap .wf_btn_part a {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .sec_slider .btn_wrap .wf_btn_part a {
    margin-top: 10px;
  }
}

.bg_wrapper03 {
  background: url(/images/bg_img003.jpg) no-repeat center center/cover;
  padding-top: clamp(60px, 10vw, 130px);
}

.sec_about {
  position: relative;
  padding-bottom: clamp(80px, 12vw, 140px);
}
.sec_about .blue {
  color: #0e5caa;
}
.sec_about .columns {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .sec_about .columns {
    margin-top: 20px;
  }
}
.sec_about .wf_img_cont {
  display: block;
  position: relative;
  z-index: 1;
}
.sec_about .column_text {
  position: relative;
  margin-top: 140px;
  padding: clamp(30px, 5vw, 55px) clamp(20px, 5vw, 55px) clamp(20px, 5vw, 55px) clamp(20px, 4.5vw, 45px);
}
.sec_about .column_text:before {
  content: "";
  width: 190%;
  height: 100%;
  right: 0;
  top: 0;
  background: #fff;
  border-radius: 30px;
  position: absolute;
  z-index: 0;
}
@media (max-width: 768px) {
  .sec_about .column_text:before {
    width: 100%;
  }
}
.sec_about .column_text .textBox {
  position: relative;
  z-index: 1;
}
.sec_about .btn_wrap .wf_btn_part a {
  background: transparent;
  margin-top: 30px;
}
@media (min-width: 769px) {
  .sec_about .btn_wrap .wf_btn_part a {
    margin-right: 0;
    margin-top: 40px;
  }
}

.sec_overview {
  background: #fff;
  border-radius: 120px 120px 0 0;
  padding: clamp(50px, 12vw, 110px) 0 clamp(50px, 12vw, 120px);
  position: relative;
}
@media (max-width: 768px) {
  .sec_overview {
    border-radius: 30px 30px 0 0;
  }
}
.sec_overview h2.top_title {
  margin-bottom: 45px;
}
@media (max-width: 768px) {
  .sec_overview h2.top_title {
    margin-bottom: 20px;
  }
}
.sec_overview .wf_input_html {
  height: 100%;
}
.sec_overview .wf_input_html iframe {
  height: 100%;
}
.sec_overview table {
  width: 100%;
}
.sec_overview table th {
  color: #0e5caa;
  font-weight: bold;
  width: 90px;
  text-align: left;
  position: relative;
  padding-left: 17px;
}
.sec_overview table th:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  aspect-ratio: 1920/171;
  top: 21px;
  bottom: auto;
  left: 0;
  right: auto;
  background: #a4c5e5;
}
.sec_overview table th,
.sec_overview table td {
  padding-top: 0.7em;
  padding-bottom: 0.7em;
}

.sec_overview table tr {
  border-bottom: 1px solid #dcdcdc;
}
@media (min-width: 769px) {
  .sec_overview .column_text {
    padding-left: 30px;
  }
}
.sec_overview .btn_wrap .wf_btn_part a {
  margin-top: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .sec_overview .btn_wrap .wf_btn_part a {
    margin-top: 30px;
    margin-right: auto;
  }
}

.under .h4_title_wrap + .wrap .inner h5 {
  margin-top: 10px;
}

@media (min-width: 769px) {
  .under .columns .column h4:first-child {
    margin-top: 0;
  }
}
.fee_table tbody td {
  text-align: right;
}

.under #content .wrap.ulbox .ul02 a,
.under #content .wf_btn_part a {
  text-decoration: none;
}

.large_txt {
  font-size: 18px;
}

@media (max-width: 768px) {
  .large_txt {
    font-size: 16px;
  }
}
.red_txt {
  color: #e74c3c;
}

.red_txt:visited {
  color: #e8695c;
}

@media (max-width: 768px) {
  .scroll {
    overflow-x: scroll;
  }
  .scroll table {
    width: 100%;
    white-space: nowrap;
  }
}
.bg_color01 {
  background: #6dcbe2 !important;
}

.bg_color02 {
  background: #24a9ce !important;
}

.bg_color03 {
  background: #fe7bb2 !important;
}

table.text_right td {
  text-align: right;
}

table.part_table th {
  white-space: nowrap;
}

.company_title_wrapper {
  text-align: center;
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  background: #f3f3f3;
  color: #0e5caa;
  padding: 50px 0;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .company_title_wrapper {
    font-size: 22px;
    margin-bottom: 30px;
padding: 30px 0 40px;
  }
}
.company_title_wrapper .large_txt {
  font-size: 60px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .company_title_wrapper .large_txt {
    font-size: 30px;
  }
}
.company_title_wrapper .middle_txt {
  font-size: 26px;
}
@media (max-width: 768px) {
  .company_title_wrapper .middle_txt {
    font-size: 18px;
  }
}

.border_txt_wrapper .columns {
  margin-top: 20px;
  text-align: center;
}
.border_txt_wrapper .border_txt {
  border: 2px solid #0e5caa;
  border-radius: 50vw;
  padding: 10px 20px;
font-weight: bold;
}

.under_business h3 {
  padding-left: 68px !important;
  position: relative;
  border-bottom: none;
  padding-bottom: 15px;
  text-align: left;
  display: block;
margin-top: 10px;
    margin-bottom: 15px;
}
.under_business h3:before {
  content: "";
  display: block;
  position: absolute;
  width: 48px;
  height: 58px;
  aspect-ratio: 1920/171;
  top: 11px !important;
  bottom: auto;
  left: 0;
  right: auto;
  transform: translateX(0);
}
.under_business h3::after {
  display: none;
}

.under_business01 h3:before {
  background: url(/images/pt_img001.png) no-repeat center center/cover;
}

.under_business02 h3:before {
  background: url(/images/pt_img002.png) no-repeat center center/cover;
}

.under_business03 h3:before {
  background: url(/images/pt_img003.png) no-repeat center center/cover;
}

.under_business04 h3:before {
  background: url(/images/pt_img004.png) no-repeat center center/cover;
}

.under_business05 h3:before {
  background: url(/images/pt_img005.png) no-repeat center center/cover;
}

.under_business06 h3:before {
  background: url(/images/pt_img006.png) no-repeat center center/cover;
}

.under_group .large_txt {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .under_group .large_txt {
    font-size: 20px;
  }
}
.under_group .middle_txt {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
line-height: 1.8;
}
@media (max-width: 768px) {
  .under_group .middle_txt {
    font-size: 18px;
  }
}

.group_colum4_list {
  position: relative;
  padding-bottom: 50px;
}
.group_colum4_list:after {
  position: absolute;
  content: "";
  top: auto;
  left: 50%;
  transform: translate(-50%, -1%);
  width: 100px;
  height: 50px;
  border-width: 100px 100px 0 100px;
  background: #0e5caa;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  z-index: 3;
}
.group_colum4_list .inner {
  background: #0e5caa;
  padding: 50px;
  border-radius: 30px;
  color: #fff;
}
@media (max-width: 768px) {
  .group_colum4_list .inner {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .group_colum4_list .column + .column {
    margin-top: 40px;
  }
}
.group_colum4_list h4 {
  padding-left: 75px;
margin-bottom: 18px;
}
.group_colum4_list .list1 h4:before {
  background: url(/images/icon-001.svg) no-repeat center center/cover;
  width: 54px;
  height: 41px;
  left: 5px;
  top: -1px;
}
@media (max-width: 768px) {
  .group_colum4_list .list1 h4:before {
    top: -5px;
  }
}
.group_colum4_list .list2 h4:before {
  background: url(/images/icon-002.svg) no-repeat center center/cover;
  width: 51px;
  height: 45px;
  left: 5px;
  top: -6px;
}
@media (max-width: 768px) {
  .group_colum4_list .list2 h4:before {
    top: -5px;
  }
}
.group_colum4_list .list3 h4:before {
  background: url(/images/icon-003.svg) no-repeat center center/cover;
  width: 45px;
  height: 31px;
  left: 10px;
  top: 1px;
}
.group_colum4_list .list4 h4:before {
  background: url(/images/icon-004.svg) no-repeat center center/cover;
  width: 38px;
  height: 38px;
  left: 15px;
  top: -1px;
}
.group_colum4_list .list5 h4:before {
  background: url(/images/icon-005.svg) no-repeat center center/cover;
  width: 59px;
  height: 38px;
  left: 0;
  top: -2px;
}
@media (max-width: 768px) {
  .group_colum4_list .list5 h4:before {
    top: -5px;
  }
}
.group_colum4_list .list6 h4:before {
  background: url(/images/icon-006.svg) no-repeat center center/cover;
  width: 51px;
  height: 47px;
  left: 0;
  top: -8px;
}
.group_colum4_list .large_q {
  font-weight: bold;
  text-align: center;
  font-size: 40px;
    line-height: 1;
    margin-bottom: 20px;
}
.group_colum4_list .budget_txt {
  font-weight: bold;
  text-align: center;
  font-size: 25px;
  border: 1px solid #fff;
  position: relative;
padding: 10px;
}
@media (max-width: 768px) {
  .group_colum4_list .budget_txt {
    font-size: 20px;
  }
}
.group_colum4_list .budget_txt:before {
  content: "";
  display: inline-block;
  background: url(/images/icon_budget_txt.svg) center center no-repeat;
  background-size: contain;
  width: 27px;
  height: 32px;
  vertical-align: -6px;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .group_colum4_list .budget_txt:before {
    vertical-align: -8px;
  }
}

.link_list .column {
  position: relative;
}

body:not(.page_edit) .link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
body:not(.page_edit) .link a {
  width: 100%;
  height: 100%;
  font-size: 0;
  display: block;
}
body:not(.page_edit) .link a:hover {
  background: rgba(236, 236, 236, 0.3);
}

.group_btn_list .black_btn a {
  color: #000 !important;
}
.group_btn_list .wf_btn_part a {
  max-width: none;
}

.btn_wrap .wide_btn a {
  max-width: none;
  padding: 8px 50px 11px 40px;
  width: -moz-fit-content;
  width: fit-content;
}

.base_box {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  width: 100%;
  box-sizing: border-box;
}

.inner_max {
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
}

.part_img_box {
  position: relative;
  margin-bottom: 200px;
  width: 100%;
  box-sizing: border-box;
}

.part_img_box .part_text_box {
  padding: 100px !important;
  box-sizing: border-box;
}

@media (min-width: 769px) {
  .part_img_box .part_text_box {
    padding: 60px 40px;
    position: absolute;
    top: auto;
    bottom: -60px;
    left: auto;
    right: 0;
    background: #fff;
    margin: auto;
    display: table;
    max-width: 900px;
    width: 100%;
  }
}
@media (min-width: 769px) {
  .part_img_box .part_text_box {
    left: auto;
    right: 0;
  }
  .part_img_box .part_text_box h4 {
    margin-top: 0;
    margin-bottom: 40px;
font-size: 30px;
padding-left: 20px;
  }
.part_img_box .part_text_box h4::before {
  height: 33px;
  top: 7px;
}
}
@media (min-width: 769px) and (max-width: 1165px) {
  .part_img_box .part_text_box {
    bottom: -194px;
  }
  .part_img_box {
    margin-bottom: 240px;
  }
}
@media (max-width: 768px) {
  .part_img_box {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .part_img_box .part_text_box {
    padding: 0 20px !important;
  }
}
.part_img_box.reverse .part_text_box {
  left: 0;
  right: auto;
}

@media (min-width: 769px) {
  .part_img_box .part_img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 750px;
  }
}


.blue_txt {
  color: #0e5caa;
}

.wf_flow_down {
  width: 35px;
  height: 35px;
  border: 4px solid;
  border-color: transparent transparent #0e5caa #0e5caa;
  transform: rotate(-45deg);
  margin: auto;
}

.wf_flow_down_wrap {
  padding: 0;
}

.voice_name_wrapper .inner {
  max-width: 100% !important;
  width: 100% !important;
}
.voice_name_wrapper .columns {
  margin: 0;
  max-height: 600px;
}
.voice_name_wrapper .wf_img_cont img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
}
.voice_name_wrapper .column {
  padding: 0;
}
.voice_name_wrapper .text_column {
  background: #0e5caa;
  color: #fff;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 768px) {
  .voice_name_wrapper .text_column {
    padding: 20px;
  }
}
.voice_name_wrapper .text_column .name_txt {
  font-size: 60px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .voice_name_wrapper .text_column .name_txt {
    font-size: 24px;
text-align: center !important;
  }
}

.left {
  text-align: left !important;
}

.recruit_btn_list .wf_btn_part a {
  padding: 8px 43px 10px;
  letter-spacing: 0.03em;
}
.recruit_btn_list .columns {
  margin: 0;
  gap: 8px;
  flex-wrap: wrap;
}
.recruit_btn_list .column {
  padding: 0;
  flex: initial;
}
@media (min-width: 769px) {
  .recruit_btn_list .column {
    width: calc((100% - 24px) / 4);
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .recruit_btn_list .column {
    width: calc((100% - 16px) / 2);
  }
}

.under #content .ulbox .borderbox {
  width: 100% !important;
  margin: 40px auto 20px !important;
  background: none;
  padding: 0 !important;
}

@media (min-width: 600px) {
  .under .ulbox .borderbox .ul02 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
  }
}
.under .col3_ulbox .borderbox .ul02 li {
  width: 100%;
  flex: initial;
  padding: 0 !important;
}
@media (min-width: 600px) {
  .under .col3_ulbox .borderbox .ul02 li {
    max-width: calc((100% - 15px) / 2);
  }
}
@media (min-width: 1000px) {
  .under .col3_ulbox .borderbox .ul02 li {
    max-width: calc((100% - 30px) / 3);
  }
}

.under .col2_ulbox .borderbox .ul02 li {
  width: 100%;
  flex: initial;
  padding: 0 !important;
}
@media (min-width: 769px) {
  .under .col2_ulbox .borderbox .ul02 li {
    max-width: calc((100% - 30px) / 2);
  }
}

.under .ulbox .borderbox {
  background: transparent;
}

.under .ulbox .borderbox .ul02 a {
  display: block;
  width: 100%;
  border-bottom: solid 1px #091323;
  padding: 10px 20px;
  position: relative;
  box-sizing: border-box;
  padding-left: 25px;
}


@media ( min-width : 961px ) {
  #header .hdr_info_list .btn_wrap a .mail_icon {
    position: relative;
padding-left: 12px;
  }

  #header .hdr_info_list .btn_wrap a .mail_icon::after {
    content: "";
    position: absolute;
    top: 7px;
    left: -15px;
    margin: auto;
    width: 19px;
    height: 13px;
    background: url(/images/mail_icon02.png) no-repeat center center /contain;
  }
}
#footer .columns .column .menu_title a:before{
  display: none;
}
.under .staff_wrap .inner {
  width: 100% !important;
  max-width: 100% !important;
}
.under .staff_wrap .columns{
align-items: center;
}
.under .staff_wrap .staff_text_box {
  width: 100%;
  max-width: 800px;
}
.under .staff_wrap .reverse .staff_text_box {
  margin: 0 0 0 auto;
}
.under .staff_wrap .staff_name {
  font-size: 32px;
  letter-spacing: .05em;
  font-weight: bold;
  color: #0e5caa;
  margin-left: 20px;
}
.under .staff_wrap .staff_job {
  font-size: 20px;
  letter-spacing: .05em;
  font-weight: bold;
  color: #0e5caa;
margin-left: 55px;
}
.under .staff_wrap .staff_table{
margin-top: 25px;
}
.under .staff_wrap .staff_table th{
  width: 180px;
border-bottom: solid 1px #0e5caa !important;
color: #0e5caa;
    font-weight: bold;
vertical-align: middle;
}
.under .staff_wrap .staff_table th,
.under .staff_wrap .staff_table td{
  padding: 0.8em 1em;
font-size: 14px !important;
border-bottom: solid 1px #ccc;
line-height: 1.8;
}
.under .staff_wrap .staff_table th div,
.under .staff_wrap .staff_table td div{
font-size: 14px !important;
}

.under .staff_wrap .wf_img_cont{
  margin-bottom: auto;
}
.under .staff_wrap{
  margin-top: 15px;
}
@media ( max-width : 1000px ) {
  .under .staff_wrap .staff_table th {
    width: 100px;
  }
  .under .staff_wrap .staff_job {
    margin-left: 22px;
  }
  .under .staff_wrap .staff_table th,
  .under .staff_wrap .staff_table td {
    font-size: 12px !important;
  }
  .under .staff_wrap .staff_table th div,
  .under .staff_wrap .staff_table td div {
    font-size: 12px !important;
  }
.under .staff_wrap .staff_table {
    margin-top: 10px;
}
}
@media ( min-width : 769px ) {
  .under .staff_wrap .staff_text_box {
    padding-right: 25px;
  }

  .under .staff_wrap .reverse .staff_text_box {
    padding-right: 0;
    padding-left: 25px;
  }
.under .staff_wrap .img_span img{
  width: 100%;
  object-fit: cover;
  height: 600px;
}
}
@media ( max-width : 768px ) {
  .under .staff_wrap .staff_job {
    font-size: 18px;
    margin-left: 25px;
  }
  .under .staff_wrap .staff_name {
    font-size: 25px;
    margin-left: 20px;
  }
.under .staff_wrap .staff_text_box {
    width: 100%;
    max-width: 94%;
    margin: 0 auto;
}
}
#footer .columns .column ul li a:hover{
  text-decoration: none !important;
}
.under #header h1 {
  max-width: 45%;
  width: 427px;
}
@media ( min-width : 961px ) {
  .under #header {
    padding: 20px 30px 30px 30px;
  }

  .under #header .hdr_top {
    align-items: center;
  }
}
.under #content .wrap.ulbox .ul02 a:hover,
.under #content .wf_btn_part a:hover{
  text-decoration: none;
}
.under #content .wrap.ulbox .ul02 a{
transition: .2s;
}
.under #content .wrap.ulbox .ul02 a:hover{
  color: #0e5caa;
}
.under .number_item .num_item {
  font-size: 32px;
  letter-spacing: 0.05em;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP",
  sans-serif;
  background: linear-gradient(to right, #145ca2 0%, #97e8fb 100%);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 5px;
}
.under .number_item .num_text {
  font-size: 28px;
  letter-spacing: 0.05em;
  color: #0e5caa;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
line-height: 1.4;
}
.under .number_item > div{
  display: flex;
  column-gap: 23px;
  align-items: center;
}
.under .number_item{
margin: 40px 0 20px;
}
@media ( max-width : 768px ) {
  .ul02 li:before {
    top: 19px;
  }
.under .number_item .num_text {
  font-size: 20px;
}
.under .number_item .num_item {
  font-size: 26px;
  width: 50px;
  height: 50px;
  padding-bottom: 4px;
min-width: 50px;
}
.under .number_item > div {
    column-gap: 13px;
}
.under .number_item {
    margin: 20px 0 14px;
}
#footer .tel_text {
    font-size: 17px;
    text-align: center;
  }
#footer .address_text {
    text-align: center;
}
#footer .tel_text .large_txt {
    font-size: 23px;
}
#footer .row ul + ul {
    margin-top: 18px;
}
.top #header h1 {
    max-width: 40%;
  }
}
@media ( max-width : 1020px ) {
  .top #header .inner {
    width: 100%;
  }
 .under #header .inner {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .top #header {
    padding: 10px 20px;
  }
#header .menu_logo img{
  margin: 0 auto;
  max-width: 150px;
}
.under #header {
    padding: 12px 15px;
  }
}
@media (max-width: 768px) {
  #header .hdr_info_list {
    gap: 15px;
  }
#header .hdr_info_wrap {
    padding: 8px 20px 8px 15px;
  }
.top #header {
    padding: 10px 15px;
  }
}
.under #header .hdr_top {
  align-items: center;
}
@media (max-width : 768px) {
  .under #header h1 {
    width: 300px !important;
    max-width: 60%;
  }
body #header {
    position: fixed !important;
  }
  body #header.scrolling {
    background: #fff;
  }
}
.mb_i{
  margin-bottom: 80px !important;
}
@media ( max-width : 768px ) {
  .mb_i {
    margin-bottom: 30px !important;
  }
}
.under .ulbox .borderbox .ul02{
  padding: 0;
}
@media ( max-width : 1020px ) {
  .under #content .ulbox .borderbox {
    padding: 0 10px !important;
  }
}
@media ( max-width : 768px ) {
  .under_business h3 {
    padding-left: 50px !important;
    font-size: 20px;
    padding-bottom: 15px;
    margin-top: 10px;
    margin-bottom: 15px;
  }
.under_business h3:before {
  width: 38px;
  height: 46px;
}

.under_business01 h3:before {
  background: url(/images/pt_img001.png) no-repeat center center / contain;
}

.under_business02 h3:before {
  background: url(/images/pt_img002.png) no-repeat center center / contain;
}

.under_business03 h3:before {
  background: url(/images/pt_img003.png) no-repeat center center / contain;
}

.under_business04 h3:before {
  background: url(/images/pt_img004.png) no-repeat center center / contain;
}

.under_business05 h3:before {
  background: url(/images/pt_img005.png) no-repeat center center / contain;
}

.under_business06 h3:before {
  background: url(/images/pt_img006.png) no-repeat center center / contain;
}
.bg_box {
  padding: 1.5em !important;
}
}
.under .btn_item_box.btn_wrap .wf_btn_part a{
  max-width: 500px;
}
@media ( min-width : 769px ) {
  .under .btn_item_box.btn_wrap .column {
    margin-bottom: 0;
  }
.under .btn_item_box.btn_wrap {
    margin-top: 30px;
  }
}
.under .under_interview_imgbox .maxinner{
  text-align: center;
  background-color: #fffef7;
  position: relative;
}
.under .under_interview_imgbox .maxinner .column{
  padding: 0;
margin: 0;
}
.under .under_interview_imgbox .maxinner .under_interview_box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 570px;
  right: 0;
  margin: auto;
  max-width: 500px;
  display: table;
}
.under .under_interview_imgbox .maxinner .under_interview_box .leadtext {
  line-height: 1.8;
}
.under .under_interview_imgbox .maxinner .under_interview_box .bold {
  font-size: 18px;
margin-top: 20px;
}
.under .under_interview_imgbox .maxinner .under_interview_box .large_txt {
  font-size: 24px;
margin-left: 18px;
}
.under .under_interview_imgbox{
  margin-bottom: 60px;
}
@media ( max-width : 768px ) {
  .under .under_interview_imgbox {
    margin-bottom: 30px;
  }
}
.under h4 + .columns{
  margin-top: 20px;
}
@media ( min-width : 769px ) {
  .under .bg_box .column {
    margin-bottom: 0;
  }
}
.under .voice_name_wrapper {
  margin-bottom: 60px;
}
@media ( max-width : 768px ) {
  .under .voice_name_wrapper {
    margin-bottom: 30px;
  }
}
@media ( max-width : 768px ) {
  .voice_name_wrapper .columns {
    max-height: none;
  }
}
.wf_form_parts_wrap.wf_radio_wrap {
    display: block;
}
.under .st_text{
  background: linear-gradient(rgba(255, 255, 255, 0) 40%, #F7FD9B 70%);
  display: table;
  margin: 0 auto;
}
.leadtext2 {
  font-size: clamp(20px, 2.5vw, 34px);
  font-weight: bold;
  color: #0e5caa;
  letter-spacing: 0.1em;
  text-align: center;
  font-family: "Noto Sans JP",
  sans-serif;
  line-height: 1.5;
  margin-top: 80px;
}
@media ( min-width : 769px ) {
  .group_colum4_list .column {
    padding: 13px 15px;
  }
}
@media (max-width: 768px) {
  .bg_box.leadtext {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  #footer .column_r{
    margin-top: 10px;
  }
.under .under_interview_imgbox .maxinner .column img{
  object-fit: cover;
  width: 100%;
  height: 300px;
  object-position: 37% 50%;
}
}
@media ( max-width : 1000px ) {
  .under .under_interview_imgbox .maxinner .under_interview_box .leadtext{
    font-size: 20px;
  }
  .under .under_interview_imgbox .maxinner .under_interview_box {
    left: 410px;
  }
}
@media ( max-width : 768px ) {
  .under .under_interview_imgbox .maxinner .under_interview_box {
    position: static;
    width: 100%;
    max-width: 94%;
    padding: 20px 0;
  }
.base_box.mt2 {
  padding-top: 0 !important;
}

  .under .under_interview_imgbox .maxinner .under_interview_box .leadtext {
    font-size: 18px;
  }
.under .under_interview_imgbox .maxinner .under_interview_box .bold {
    font-size: 16px;
    margin-top: 10px;
}
.under .under_interview_imgbox .maxinner .under_interview_box .large_txt {
    font-size: 18px;
    margin-left: 10px;
}
}
.btn_wrap .wide_btn2 a {
  max-width: 400px;
  padding: 8px 50px 11px 40px;
  width: 100%;
}
@media ( max-width : 960px ) {
  #header .menu-list>li.mt10 {
    margin-top: 0 !important;
  }
}
.img_on .wf_lic_食品工場 .wf_blog_li_thumb{
  display: block !important;
}
.img_on .wf_lic_食品工場 .wf_blog_li_date {
  display: none !important;
}
.img_on .wf_lic_食品工場 .wf_blog_li_title {
  margin-top: 10px;
    display: block;
line-height: 1.6;
}
.wf_lic_食品工場 .wf_blog_li_thumb img{
  width: 100%;
  object-fit: cover;
  height: 250px;
}
.img_on .wf_lic_食品工場 {
  border-bottom: none;
}
.img_on .wf_lic_水産施設 .wf_blog_li_thumb {
  display: block !important;
}

.img_on .wf_lic_水産施設 .wf_blog_li_date {
  display: none !important;
}

.img_on .wf_lic_水産施設 .wf_blog_li_title {
  margin-top: 10px;
  display: block;
line-height: 1.6;
}

.wf_lic_水産施設 .wf_blog_li_thumb img {
  width: 100%;
  object-fit: cover;
  height: 250px;
}

.img_on .wf_lic_水産施設 {
  border-bottom: none;
}
.img_on .wf_lic_大規模農事施設 .wf_blog_li_thumb {
  display: block !important;
}

.img_on .wf_lic_大規模農事施設 .wf_blog_li_date {
  display: none !important;
}

.img_on .wf_lic_大規模農事施設 .wf_blog_li_title {
  margin-top: 10px;
  display: block;
line-height: 1.6;
}

.wf_lic_大規模農事施設 .wf_blog_li_thumb img {
  width: 100%;
  object-fit: cover;
  height: 250px;
}

.img_on .wf_lic_大規模農事施設 {
  border-bottom: none;
}
.img_on .wf_lic_その他の実績 .wf_blog_li_thumb {
  display: block !important;
}

.img_on .wf_lic_その他の実績 .wf_blog_li_date {
  display: none !important;
}

.img_on .wf_lic_その他の実績 .wf_blog_li_title {
  margin-top: 10px;
  display: block;
line-height: 1.6;
}

.wf_lic_その他の実績 .wf_blog_li_thumb img {
  width: 100%;
  object-fit: cover;
  height: 250px;
}

.img_on .wf_lic_その他の実績 {
  border-bottom: none;
}
.col2_list li {
  border-bottom: solid 1px #ccc;
  letter-spacing: 0.05em;
line-height: 1.5;
padding: 0 0 10px 24px !important;
}
.col2_list li.color01 {
  border-bottom: solid 1px #0e5caa;
}

@media (min-width: 769px) {
  .col2_list {
    display: flex;
    gap: 20px;
flex-wrap: wrap;
  }
  .col2_list li {
    width: 100%;
    max-width: calc((100% - 20px) / 2);
    border-bottom: solid 1px #ccc;
  }
}
.col2_list li::before {
    top: 8px;
  }

.under h4.h4_custom.color01 {
  color: #0e5caa;
}
.under h4.h4_custom.color01::before {
  background: #0e5caa;
}
.under h4.h4_custom.color02 {
  color: #00A3D9;
}
.under h4.h4_custom.color02::before {
  background: #00A3D9;
}
.under h4.h4_custom.color03 {
  color: #698c00;
}
.under h4.h4_custom.color03::before {
  background: #698c00;
}
.under h4.h4_custom.color04 {
  color: #888888;
}
.under h4.h4_custom.color04::before {
  background: #888888;
}

@media ( max-width : 768px ) {
  .col2_list li {
    margin-top: 20px !important;
  }
  .col2_list li::before {
    top: 6px;
  }
.col2_list li:first-child {
    margin-top: 0 !important;
  }
}
@media ( min-width : 769px ) {
  .under h4.h4_custom {
    font-size: 28px;
margin-bottom: 12px;
  }
  .under h4.h4_custom::before {
    width: 4px;
    height: 27px;
    top: 7px;
  }
}
h5.h5_custom.color01{
  background: #0e5caa;
}
h5.h5_custom.color02{
  background: #00A3D9;
}
h5.h5_custom.color03{
  background: #85B200;
}
h5.h5_custom.color04{
  background: #888888;
}
h5.h5_custom.color05{
  background: #5100A2;
}
.under h4.h4_custom2{
  margin: 50px 0 30px;
}
.under h5.h5_custom{
  margin-bottom: 15px;
}
.color01 .col2_list li::before{
  background: #0e5caa;
}
.color02 .col2_list li::before{
  background: #00A3D9;
}
.color03 .col2_list li::before{
  background: #85B200;
}
.color04 .col2_list li::before{
  background: #888888;
}
.color05 .col2_list li::before{
  background: #5100A2;
}
@media ( max-width : 768px ) {
  .under #content .ulbox .borderbox {
    margin: 20px auto 20px !important;
  }
.under h4.h4_custom2 {
    margin: 40px 0 15px;
}
}
.ofi_img img{
  object-fit: cover;
  width: 100%;
  height: 500px;
}
@media ( max-width : 768px ) {
  .ofi_img img {
    height: 300px;
  }
}
.ofi_img2 img{
  object-fit: cover;
  width: 100%;
  height: 200px;
}
@media ( max-width : 768px ) {
  .ofi_img2 img {
    height: 200px;
  }
}
.inline{
  display: inline-block !important;
}
.inline2{
  margin-left: 15px;
}
.inline2 a{
  padding: 1px 15px 0px;
    text-align: center;
    display: inline-block;
    text-decoration: none !important;
    background: #19b8e0;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
}
@media ( min-width : 769px ) {
  .list_check {
    display: flex;
    gap: 3px 20px;
    flex-wrap: wrap;
  }
  .list_check li {
    width: 100%;
    max-width: calc((100% - 20px) / 2);
  }
}

.list_check li {
  padding-left: 35px;
  position: relative;
}

.list_check li.check::after {
  content: "";
  position: absolute;
  top: 1px;
  bottom: auto;
  left: -3px;
  right: auto;
  width: 30px;
  height: 30px;
  margin: auto;
  background: url(/images/kkrn_icon_check_1.png) no-repeat center center/contain;
}
@media ( max-width : 768px ) {
  .list_check li.check::after {
    width: 22px;
    height: 22px;
  }
.list_check li {
  padding-left: 28px;
  position: relative;
}
.inline2 a {
    padding: 1px 9px 0px;
    font-size: 12px;
  }
.inline2 {
    margin-left: 20px;
}
}
.top .sec_slider .wf_blog_li_thumb {
  display: block !important;
}
.top .sec_slider .wf_lic_実績紹介 .wf_blog_li_thumb img {
  width: 100%;
  object-fit: cover;
  height: 200px;
border-radius: 30px;
}
.top .sec_slider .wf_lic_実績紹介 .wf_blog_li_date {
  display: none;
}
.top .sec_slider .wf_lic {
  border-bottom: none;
 padding: 0 15px;
}
.top .sec_slider .wf_blog_li_title {
  line-height: 1.8;
  display: block;
  margin-top: 15px;
font-family: "Noto Sans JP", sans-serif;
}
@media ( max-width : 768px ) {
  .sec_news.wrap .column+.column {
    margin-top: 10px;
  }
}
@media ( max-width : 768px ) {
  .sec_news .columns {
    padding: 35px 15px 40px;
  }
}
@media ( max-width : 768px ) {
  .sec_plan .columns>.column:nth-child(1) h3:after {
    background: url(/images/pt_img001.png) no-repeat center center / contain;
  }
  .sec_plan h3:after {
    width: 35px;
    height: 42px;
    top: 0;
  }
.sec_plant h2.top_title:after, .sec_plant h2.top_title:before,
.sec_overview h2.top_title:after,
.sec_overview h2.top_title:before,
.sec_slider h2.top_title:after,
.sec_slider h2.top_title:before {
  content: "";
  position: absolute;
  display: block;
  width: 10.5px;
  height: 10.5px;
  border-radius: 100%;
  left: 5px;
  top: 37%;
}
.sec_plant .column_text .textBox {
  padding: 23px 20px;
}
.sec_slider {
    margin-top: 50px;
}
.top .sec_slider .wf_lic {
  padding: 0 10px;
}
.sec_slider .slider_wrap {
    padding: 0 35px;
}
.sec_slider .slick-slider {
  margin-bottom: 0;
}
}
  .sec_slider .slick-prev,
  .sec_slider .slick-next {
    top: 41%;
  }
.blog_body .wf_lic_実績紹介 .wf_blog_li_date_date{
  display: none;
}
.blog_body .wf_lic_実績紹介 .wf_blog_li_thumb{
  display: block !important;
min-width: 45px;
}
@media ( min-width : 769px ) {
  .under.blog_body.wf_blog_list_cat_実績紹介 .wf_blog_ul .wf_blog_li_inner {
    display: flex;
    align-items: center;
  }
}
.wf_lic_食品工場 .wf_blog_li_date:before {
    content: "食品工場";
    font-size: 12px;
    padding: 6px 20px;
    padding-bottom: 5px;
    border-radius: 3px;
    font-weight: bold;
    color: white;
    background: #0e5caa;
    min-width: 80px;
    margin-right: 10px;
    vertical-align: middle;
}
.wf_lic_水産施設 .wf_blog_li_date:before {
    content: "水産施設";
    font-size: 12px;
    padding: 6px 20px;
    padding-bottom: 5px;
    border-radius: 3px;
    font-weight: bold;
    color: white;
    background: #00A3D9;
    min-width: 80px;
    margin-right: 10px;
    vertical-align: middle;
}
.wf_lic_大規模農事施設 .wf_blog_li_date:before {
    content: "農事施設";
    font-size: 12px;
    padding: 6px 20px;
    padding-bottom: 5px;
    border-radius: 3px;
    font-weight: bold;
    color: white;
    background: #698c00;
    min-width: 80px;
    margin-right: 10px;
    vertical-align: middle;
}
.wf_lic_その他の実績 .wf_blog_li_date:before {
    content: "その他";
    font-size: 12px;
    padding: 6px 20px;
    padding-bottom: 5px;
    border-radius: 3px;
    font-weight: bold;
    color: white;
    background: #888888;
    min-width: 90px;
    margin-right: 10px;
    vertical-align: middle;
}
@media ( max-width : 768px ) {
  .blog_body .wf_lic_実績紹介 .wf_blog_li_thumb {
    display: none !important;
  }
.under.blog_body .wf_lic .wf_blog_li_date:before {
  vertical-align: text-bottom !important;
  margin-right: 5px !important;
}
}
/*# sourceMappingURL=local.css.map */