@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?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: #171717;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.05em;
}

.inline_block {
  display: inline-block;
}

@media (max-width: 768px) {
  .wrap .column + .column {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .columns {
    margin-top: 0;
    margin-bottom: 0;
  }
  .columns: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: #171717;
}

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

#nav li a span {
  font-size: 14px;
  color: #171717;
  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) {
  #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: #2b3692;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 7px;
  position: absolute;
  top: 10px;
  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: 8px;
  left: 3px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 5px solid #2b3692;
}

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

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

.under #content .sitemap.ul02 a {
  text-decoration: none;
}
.under #content .sitemap.ul02 a:hover {
  text-decoration: underline;
}

ol li {
  list-style: decimal;
  margin-left: 1.5em;
  padding: 0 0 5px 22px;
}

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: #f5f5f5;
  padding: 2em !important;
  box-sizing: border-box;
  border-radius: 10px;
}

.bg_box .inner > h3:first-child,
.bg_box .inner > h4:first-child,
.bg_box .inner > h4:first-child {
  margin-top: 0;
}

.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: #f5f5f5;
  text-align: center;
  font-weight: bold;
  width: 33%;
}

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

@media (max-width: 768px) {
  .t01_wrap th,
  .t01_wrap td {
    padding: 0.4em;
  }
}
.t01_wrap thead th,
.t01_wrap thead td {
  background-color: #2b3692;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

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

/* =====================================
===================================== */
.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: #2b3692 !important;
  background-color: #2b3692 !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: #2b3692;
}

/*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: "Zen Maru Gothic", 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: #171717;
  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 #171717;
  margin: 0 3% 3% 3%;
  padding: 3%;
}

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

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

/*ボタンデザイン*/
.btn_wrap .wf_btn_part a {
  background: transparent;
  color: #2b3692;
  border: 1px solid #2b3692;
  font-size: 14px;
  letter-spacing: 0;
  max-width: 218px;
  padding: 11px 20px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  letter-spacing: 0.2em;
  font-feature-settings: "palt";
}

.btn_wrap .wf_btn_part a:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 3px;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 15px;
  margin-top: 0;
  transform: translateY(-50%);
  background: url(/images/btn_arrow.png) no-repeat center center/cover;
  border: none;
}

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

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

/*pagetopボタン*/
.pagetop {
  background: url(/images/totop.png);
  background-size: cover;
  width: 77px;
  height: 77px;
  z-index: 10;
  position: fixed;
  right: 5px;
  bottom: 15px;
  cursor: pointer;
  filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.4));
}

@media (max-width: 768px) {
  .pagetop {
    width: 60px;
    height: 60px;
    bottom: 19vw;
  }
}
.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 {
  line-height: 1.4;
  color: #2b3692;
}

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

.blog_body .h3_title_wrap h3,
.under .h2_title_wrap h2 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-align: center;
  padding: 60px 0;
  margin: 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: 60px 0 20px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.15em;
}
.under h3:after {
  content: "";
  display: block;
  width: 2.1428571429em;
  height: 2px;
  margin: 0.1785714286em auto 0;
  background: linear-gradient(90deg, #2b3692 0%, #2b3692 50%, #bababa 50%, #bababa 100%);
}

.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: 18px;
  font-weight: bold;
  padding-bottom: 8px;
  position: relative;
  padding-left: 0.7777777778em;
  letter-spacing: 0.15em;
  border-bottom: solid 1px #2b3692;
}
.under h4:before {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 17px;
  left: 0;
  right: auto;
  top: 4px;
  bottom: auto;
  background: linear-gradient(180deg, #2b3692 0%, #2b3692 30%, #bababa 30%, #bababa 100%);
}

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

.under h5 {
  margin: 30px 0 10px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-left: 25px;
  letter-spacing: 0.15em;
}

.under h5::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.9375em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  top: 2px;
  left: 0;
  right: auto;
  background: transparent;
  border: 3px solid #2b3692;
}

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

.leadtext {
  font-size: 25px;
  font-weight: bold;
  color: #2b3692;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.5;
}
.leadtext a {
  color: #2b3692;
}

@media (max-width: 768px) {
  .leadtext {
    font-size: 20px;
  }
}
.leadtext.left {
  text-align: left !important;
}

@media (max-width: 768px) {
  .blog_body .h3_title_wrap h3,
  .under .h2_title_wrap h2 {
    font-size: 28px;
    padding: 35px 0;
  }
  .under h3 {
    font-size: 24px;
    margin: 50px 0 10px;
  }
  .under h3:before {
    width: 30px;
  }
  .under h4 {
    font-size: 20px;
    margin: 20px 0 10px;
    padding-bottom: 10px;
  }
  .under h4:before {
    top: 5px;
  }
  .under h5 {
    margin: 20px 0 10px;
    font-size: 18px;
  }
  .under h5::before {
    top: 4px;
  }
  .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: #f5f5f5;
  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: 1.5em;
}

.under #footer .column {
  margin-bottom: 0;
}

.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;
  padding-left: 1.5625%;
}

#header .hdr_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#header h1 {
  width: 286px;
  max-width: 22%;
  float: none;
  margin: 0;
}

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

@media (min-width: 961px) {
  #header .hdr_info_wrap {
    width: 78%;
    padding-left: 20px;
  }
}

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

#header .hdr_info_list .btn_wrap a {
  width: 188px;
}

#header .hdr_btn_list {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  gap: 20px;
}
#header .hdr_btn_list li {
  width: 100%;
  max-width: 218px;
}

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

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

#menu-btn {
  display: none;
}

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

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

#menu-list > li > a {
  display: block;
  padding: 0 15px;
  font-size: 16px;
  text-decoration: none;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media (min-width: 961px) {
  #menu-list > li > a {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
    padding-inline: unset;
    text-align: center;
    line-height: 1.3;
    box-sizing: border-box;
    padding: 7px 0;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 15px;
  }
}
@media (min-width: 961px) and (max-width: 1140px) {
  #menu-list > li > a {
    font-size: 14px;
    padding-left: 2px;
    padding-right: 2px;
  }
}

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

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

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

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

#menu-list > li > ul.menu-children > li > a {
  display: block;
  line-height: 1.4;
  text-decoration: none;
  background: #2b3692;
  padding: 15px 10px;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
}

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

@media (min-width: 961px) {
  .sp2 {
    display: none !important;
  }
  #menu-list {
    margin: 0;
    margin-left: auto;
    list-style-type: none;
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    max-width: 648px;
    width: 100%;
  }
  #menu-list > li {
    display: flex;
    justify-content: center;
    flex: auto;
    /*   width: 100%; */
    box-sizing: border-box;
  }
  #menu-list > li > ul.menu-children {
    top: 100%;
  }
  #menu {
    width: 100%;
    margin-top: 10px;
  }
  #menu-inner {
    width: 100%;
  }
  #header .contact_btn {
    margin-left: 30px;
  }
  #header .hdr_btn_list .btn_wrap .wf_btn_part a {
    background: #e7e7e7;
    border: none;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.05em;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #header .hdr_btn_list .btn_wrap .wf_btn_part a:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
    width: 8px;
    height: 5px;
    border: 5px solid transparent;
    border-left: 8px solid #2b3692;
    transform: none;
  }
  #header .hdr_btn_list .btn_wrap {
    height: 100%;
  }
  #header .hdr_btn_list .wf_btn_part {
    height: 100%;
  }
  #header .hdr_btn_list .hdr_btn_item_wave .wf_btn_part a {
    background: #2b3692;
    color: #fff;
  }
  #header .hdr_btn_list .hdr_btn_item_wave .wf_btn_part a:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 11px;
    top: 50%;
    bottom: auto;
    left: auto;
    right: 10px;
    margin-top: 0;
    transform: translateY(-50%);
    background: url(/images/h_icon01.png) no-repeat center center/cover;
    border: none;
  }
}
@media (min-width: 768px) and (max-width: 1380px) {
  #header .hdr_btn_list .btn_wrap .wf_btn_part a {
    font-size: 13px;
    letter-spacing: 0.2em;
    line-height: 1.2;
    padding: 8px 20px;
    min-height: 47.2px;
  }
}
#menu-list > li.menu-has-child > a {
  position: relative;
}

@media screen and (max-width: 960px) {
  #menu-list > li.menu-has-child > a::after {
    content: "";
    position: absolute;
    right: 20px;
    bottom: 50%;
    display: block;
    width: 7px;
    height: auto;
    aspect-ratio: 1/1;
    border-right: solid 2px #2b3692;
    border-bottom: solid 2px #2b3692;
    transform: translateY(50%) rotate(45deg);
  }
}
@media (min-width: 961px) {
  #menu-list > li.menu-has-child > a .menu_icon {
    position: relative;
  }
  #menu-list > li.menu-has-child > a .menu_icon::after {
    content: "";
    position: absolute;
    display: block;
    content: "";
    position: absolute;
    top: calc(100% + 4px);
    right: 0;
    left: 0;
    margin: 0 auto;
    box-sizing: border-box;
    width: 8px;
    height: 5px;
    border: 6px solid transparent;
    border-left: 8px solid #2b3692;
    transform: rotate(90deg);
  }
}
#header .tel_link a {
  position: relative;
  padding-left: 35px;
  font-family: "Zen Maru Gothic", 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;
}

@media screen and (max-width: 960px) {
  .pc2 {
    display: none !important;
  }
  #content {
    margin-top: 70px;
  }
  #header {
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 5;
  }
  #header .hdr_top {
    height: 100%;
    padding: 0;
  }
  #header h1 {
    width: 154px;
    max-width: 40%;
  }
  #header .hdr_info_list li {
    border-left: 2px solid #fff;
  }
  #header .hdr_info_list a {
    display: block;
  }
  #header .hdr_info_list img {
    width: 35px;
  }
  nav:not(.wf_paging) {
    position: fixed;
    top: 0;
    left: -300px;
    bottom: 0;
    width: 70%;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all 0.3s;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
  }
  .open nav {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
  .toggle {
    display: block;
    width: 35px;
    height: 38px;
    transition: all 0.3s;
    cursor: pointer;
    z-index: 3;
    position: relative;
  }
  .toggle span {
    position: absolute;
    left: 0;
    width: 32px;
    height: 2px;
    background-color: #fff;
    border-radius: 7px;
    transition: all 0.3s;
  }
  .toggle_wrapper p {
    line-height: 1;
    font-size: 11px;
    font-weight: 800;
    font-style: italic;
  }
  .toggle span:nth-child(1) {
    top: 4px;
  }
  .toggle span:nth-child(2) {
    top: 15px;
  }
  .toggle span:nth-child(3) {
    bottom: 10px;
  }
  .open .toggle span {
    background-color: #fff;
  }
  .open .toggle span:nth-child(1) {
    transform: translateY(10px) rotate(-45deg);
  }
  .open .toggle span:nth-child(2) {
    opacity: 0;
  }
  .open .toggle span:nth-child(3) {
    transform: translateY(-12px) rotate(45deg);
  }
  #navbk {
    display: none;
    transition: all 0.3s;
  }
  .open #navbk {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 2;
    cursor: pointer;
  }
  #menu {
    padding-bottom: 0;
  }
  #menu-list > li {
    width: 100%;
  }
  #menu-list > li:hover {
    background: none;
  }
  #menu-list > li > a {
    height: 100%;
    padding: 0px;
    font-size: 100%;
    border-bottom: 1px solid #2b3692;
    padding: 10px;
    background: #fff;
  }
  #menu-list > li > a img {
    display: none;
  }
  #menu-list > li > ul.menu-children {
    display: none;
    visibility: visible;
    opacity: 1;
    width: 100%;
    position: relative;
    box-shadow: none;
  }
  #menu-list > li > ul.menu-children > li {
    width: 100%;
    -moz-text-align-last: left;
    text-align-last: left;
  }
  #menu-list > li > ul.menu-children > li > a {
    padding-left: 20px;
    line-height: 1.5;
    background: #2b3692;
  }
  #menu-list > li > ul.menu-children > li > a:hover {
    background: #4f59ae;
  }
}
@media (max-width: 960px) {
  #header {
    height: 70px;
  }
}
@media (max-width: 960px) {
  #header .contact_btn img {
    width: 70px;
  }
  #header .tel_btn img {
    width: 70px;
  }
  #header .toggle_wrapper {
    height: 70px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2b3692;
    flex-direction: column;
    color: #fff;
  }
  #header .hdr_info_list {
    gap: 0;
  }
}
@media (min-width: 961px) {
  #header .inner .hdr_top .hdr_info_wrap .hdr_info_list {
    flex-direction: column;
    align-items: flex-end;
    gap: unset;
  }
}
.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;
  }
}
.under #footer {
  border-top: 2px solid #2b3692;
}

#footer .footer_wrapper {
  padding: clamp(50px, 10vw, 120px) 0;
  position: relative;
  background: #f5f5f5;
}
#footer .footer_wrapper .menu_wrapper {
  gap: clamp(20px, 6vw, 90px);
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  #footer .footer_wrapper .menu_wrapper {
    gap: 4%;
  }
}
@media (max-width: 767px) {
  #footer .footer_wrapper .menu_wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  #footer .footer_wrapper .menu_wrapper .menu01 {
    order: 1;
  }
  #footer .footer_wrapper .menu_wrapper .menu02 {
    order: 3;
  }
  #footer .footer_wrapper .menu_wrapper .menu03 {
    order: 2;
  }
  #footer .footer_wrapper .menu_wrapper .menu04 {
    order: 4;
  }
}
@media (max-width: 767px) {
  #footer .footer_wrapper .f_menu {
    width: 48%;
  }
}
#footer .footer_wrapper .f_under_columns {
  padding-top: 50px;
}
#footer .footer_wrapper .f_under_columns .address_text {
  margin-top: 30px;
  font-size: 15px;
}
#footer .footer_wrapper .f_under_columns .tel_text {
  font-size: 18px;
}
#footer .footer_wrapper .logo_list {
  padding: clamp(20px, 3vw, 45px);
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 767px) {
  #footer .footer_wrapper .logo_list {
    margin-top: 30px;
  }
}

#footer .footerttl {
  margin-bottom: 15px;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #2b3692;
  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;
  }
}
#footer .menu_title a {
  color: #2b3692;
  font-size: 15px;
  font-weight: bold;
  line-height: 2.2666666667;
}

@media (max-width: 768px) {
  #footer .menu_title {
    margin: 0;
  }
}
#footer .columns {
  box-sizing: border-box;
}

#footer .columns .column ul li:last-child {
  padding-bottom: 0;
}

#footer .columns .f_menu li a {
  padding-left: 18px;
  position: relative;
  display: inline-block;
  letter-spacing: 0;
}
#footer .columns .f_menu li a:hover {
  text-decoration: none;
  color: #2b3692;
}

#footer .columns .f_menu li {
  line-height: 2;
}

#footer .columns .f_menu li a::before {
  content: "";
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border: 5px solid transparent;
  background: #2b3692;
  border-radius: 50%;
  border: none;
  transform: none;
}

@media (max-width: 768px) {
  #footer .columns .f_menu li a::before {
    top: 8px;
  }
}
#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: #171717;
  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 {
  padding-bottom: 20px;
  background: #f5f5f5;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0;
  position: relative;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .copyright {
    padding-bottom: 16vw !important;
  }
}
.fixedfooter {
  position: fixed;
  bottom: 0;
  z-index: 5;
  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-size: clamp(20px, 3vw, 30px);
  font-weight: 700;
  line-height: 1;
  position: relative;
  letter-spacing: 0.19em;
  color: #2b3692;
  text-align: left;
}
h2.top_title .h2_en {
  font-family: "Poppins", sans-serif;
  font-size: clamp(45px, 5vw, 90px);
  display: block;
  position: relative;
  letter-spacing: 0;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 0.1em;
}
@media (max-width: 767px) {
  h2.top_title .h2_en {
    margin-bottom: 0.2em;
  }
}
@media (max-width: 767px) {
  h2.top_title .h2_jp {
    line-height: 1.3;
  }
}

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

.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 {
    max-width: 270px;
    margin: 0 auto 20px;
  }
  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: "Zen Maru Gothic", 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;
  }
}
body.top #content .inner,
body.top #footer .inner,
body.top #under_footer .inner,
body.top .totop .inner {
  width: 1200px;
  max-width: 1200px;
}
@media (max-width: 1220px) {
  body.top #content .inner,
  body.top #footer .inner,
  body.top #under_footer .inner,
  body.top .totop .inner {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
}


.sec_mainImg {
  position: relative;
}
.sec_mainImg img {
  width: 100%;
}
.sec_mainImg .copy {
  position: absolute;
  max-width: 1274px;
  width: 66.3541666667vw;
  position: absolute;
  bottom: 10.6748466258%;
  left: 3.8020833333%;
}

@media (max-width: 768px) {
  .sec_mainImg .copy {
    max-width: 744px;
    width: 99.2vw;
    top: auto;
    bottom: 6.7096774194%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.sec_point {
  position: relative;
}
.sec_point .inner {
  width: 100% !important;
  max-width: 100%;
}
.sec_point .columns {
  margin: 0;
}
.sec_point .column {
  padding: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}
.sec_point .column_l {
  background: #f3f3f3;
  padding-left: max(50vw - 600px, 3vw);
  padding-right: clamp(20px, 3vw, 50px);
}
@media (min-width: 768px) {
  .sec_point .column_l {
    flex: initial;
    width: 50%;
  }
}
.sec_point .column_l .point_list {
  counter-reset: point;
}
.sec_point .column_l .point_list li {
  font-size: 18px;
  font-weight: bold;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  position: relative;
  padding-left: 110px;
}
@media (max-width: 767px) {
  .sec_point .column_l .point_list li {
    font-size: 16px;
  }
}
.sec_point .column_l .point_list li:before {
  content: "POINT" counter(point);
  counter-increment: point;
  background: #2b3692;
  position: absolute;
  color: #fff;
  font-size: 19px;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 400;
  left: 0;
  top: 50%;
  padding: 5px 10px;
  transform: translateY(-50%) skewX(-10deg);
}
.sec_point .column_l .point_list li:not(:last-of-type) {
  border-bottom: 1px solid #bebebe;
}
.sec_point .column_r {
  background: #2b3692;
  padding-right: max(50vw - 600px, 3vw);
  color: #fff;
  padding-left: clamp(20px, 3vw, 50px);
  display: flex;
  align-items: center;
}
@media (min-width: 1115px) {
  .sec_point .column_r .flexBox {
    display: flex;
    gap: clamp(20px, 3vw, 50px);
  }
}
@media (max-width: 767px) {
  .sec_point .column_r .flexBox {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .sec_point .column_r .group01,
  .sec_point .column_r .group02 {
    flex: 1;
  }
}
.sec_point .column_r .column_r_inner {
  flex: 1;
}
.sec_point .column_r .group02 .subtitle {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .sec_point .column_r .group02 {
    margin-top: 20px;
  }
}
.sec_point .column_r .subtitle {
  font-size: clamp(18px, 4vw, 26px);
  font-weight: bold;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 768px) {
  .sec_point .column_r .subtitle {
    min-height: 70px;
  }
}
.sec_point .column_r .detail_txt {
  font-size: clamp(20px, 4vw, 32px);
  font-weight: bold;
}
.sec_point .column_r .detail_txt .large_num {
  font-size: clamp(30px, 4vw, 62px);
  font-weight: bold;
}
.sec_point .btn_wrap .wf_btn_part a {
  border-color: #fff;
  color: #fff;
}
@media (max-width: 767px) {
  .sec_point .btn_wrap .wf_btn_part a {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .sec_point .btn_wrap .wf_btn_part a {
    margin-right: 0;
  }
}
.sec_point .btn_wrap .wf_btn_part a:after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(5deg) brightness(101%) contrast(104%);
}
.sec_point .btn_wrap {
  width: 100%;
}

.sec_features {
  padding-top: clamp(50px, 10vw, 120px);
  position: relative;
}
.sec_features .columns {
  margin: 0;
  background: #9a9da0;
  color: #fff;
}
.sec_features .column {
  padding: 35px 20px 40px 20px;
}
.sec_features .column:not(:last-of-type) {
  position: relative;
}
.sec_features .column:not(:last-of-type):after {
  content: "";
  display: inline-block;
  position: absolute;
  background: #fff;
}
@media (min-width: 768px) {
  .sec_features .column:not(:last-of-type):after {
    width: 1px;
    height: 80%;
    top: 50%;
    bottom: auto;
    right: 0;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .sec_features .column:not(:last-of-type):after {
    height: 1px;
    width: 90%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.sec_features .wf_img_cont {
  display: block;
  text-align: center;
}
@media (max-width: 767px) {
  .sec_features .wf_img_cont {
    max-width: 60%;
    margin: 0 auto;
  }
}
.sec_features h3 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-feature-settings: "palt";
}

.sec_news {
  padding: clamp(50px, 8vw, 100px) 0 clamp(50px, 10vw, 120px);
  position: relative;
}
.sec_news h2.top_title {
  font-size: clamp(22px, 3vw, 20px);
}
.sec_news h2.top_title .h2_en {
  display: inline;
  font-size: clamp(40px, 3vw, 55px);
}
.sec_news h2.top_title .h2_jp {
  color: #171717;
}
.sec_news .wf_blog_li_thumb {
  display: block !important;
}
.sec_news .wf_blog_li_thumb img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec_news .wf_blog_li_date::before {
  display: none !important;
}
.sec_news .wf_blog_li_date_date {
  display: block;
  color: #bdbdbd;
}
.sec_news .title_wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .sec_news .title_wrapper {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.sec_news .title_wrapper:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, #2b3692 0%, #2b3692 50px, #b0b0b0 50px, #b0b0b0 100%);
}
.sec_news .title_wrapper .btn_wrap {
  width: 168px;
}
.sec_news .title_wrapper .btn_wrap a:after {
  right: 8px;
}
.sec_news .wf_blog_li_date {
  margin-top: 0.5em;
  display: block;
}
.sec_news .wf_lic {
  border-bottom: none;
}
.sec_news .wf_blog_ul .wf_blog_li_inner {
  padding: 15px 0;
}

.sec_news .wf_blog_ul .wf_blog_li_title {
  padding: 0;
}
.sec_news .wf_blog_li_date_date {
  margin-right: 10px;
}

@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;
  }
}
.sec_news .columns {
  align-items: center;
}

.sec_news .columns {
  gap: 30px;
}
.sec_news .columns .column {
  width: calc((100% - 90px) / 4);
}

@media (min-width: 769px) {
  .sec_news .columns {
    margin: 0;
  }
  .sec_news .column {
    padding: 0;
    margin-top: 0;
  }
  .sec_news .columns {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .sec_news .columns {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 4%;
  }
  .sec_news .columns .column {
    width: 48%;
    flex: initial;
    margin-top: 0;
  }
  .sec_news .btn_wrap .wf_btn_part a {
    margin-top: 20px;
  }
}
.wf_lic .wf_blog_li_date:before {
  text-align: center;
  min-width: 135px;
  display: inline-block;
  padding: 5px;
  margin-right: 18px;
  font-weight: 500;
  line-height: 1;
  font-size: 14px;
  letter-spacing: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  border-radius: 50vw;
}

.wf_lic_お知らせ .wf_blog_li_date:before {
  content: "お知らせ";
  background: #fff;
  color: #05ad69;
  border: solid 1px #05ad69;
}

.wf_lic_満3歳児・プレ教室 .wf_blog_li_date:before {
  content: "満3歳児・プレ教室";
  background: #fff;
  color: #a6cd12;
  border: solid 1px #a6cd12;
}

.wf_lic_未就園児教室 .wf_blog_li_date:before {
  content: "未就園児教室";
  background: #fff;
  color: #fa9716;
  border: solid 1px #fa9716;
}

.wf_lic_動画館 .wf_blog_li_date:before {
  content: "動画館";
  background: #fff;
  color: #9f7344;
  border: solid 1px #9f7344;
}

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

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

.sec_solution {
  background: url(/images/bg_img001.jpg) no-repeat center center/cover;
  padding: clamp(50px, 10vw, 120px) 0;
  position: relative;
}
.sec_solution .wide_inner {
  width: 1581px !important;
  max-width: 1581px !important;
}
@media (max-width: 1601px) {
  .sec_solution .wide_inner {
    width: 94% !important;
  }
}
.sec_solution h2.top_title {
  margin-bottom: 55px;
}
@media (max-width: 767px) {
  .sec_solution h2.top_title {
    margin-bottom: 20px;
  }
}
.sec_solution h3 {
  text-align: center;
  color: #2b3692;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: bold;
  line-height: 1.2;
}
.sec_solution h3 .h3_en {
  font-size: clamp(14px, 1vw, 16px);
  font-style: italic;
  font-weight: 500;
  display: block;
  line-height: 1;
  margin-top: 0.3em;
  font-weight: 600;
}
.sec_solution .textBox {
  margin-top: 1em;
}
.sec_solution .txtBox {
  padding: 10px 25px 40px 25px;
}
.sec_solution .columns {
  margin: 0;
}
@media (min-width: 768px) {
  .sec_solution .columns {
    gap: 2.972802024%;
  }
}
.sec_solution .column {
  padding: 0;
  background: #fff;
  position: relative;
  transition: 0.3s;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .sec_solution .column {
    width: 22.770398482%;
  }
}
.sec_solution .column:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 3px;
  bottom: 20px;
  right: 20px;
  background: url(/images/btn_arrow.png) no-repeat center center/cover;
}
.sec_solution .column:hover {
  opacity: 0.8;
}
.sec_solution .column:hover:after {
  transform: translateX(5px);
}

body:not(.page_edit) .sec_solution .link a {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  font-size: 0;
  cursor: pointer;
}

.sec_about {
  background: url(/images/bg_img002.jpg) no-repeat center center/cover;
  padding: clamp(50px, 10vw, 120px) 0;
  position: relative;
  color: #fff;
}
.sec_about h2.top_title {
  color: #fff;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .sec_about h2.top_title {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .sec_about .txt_wrapper {
    max-width: 795px;
    margin-left: auto;
  }
}
.sec_about .btn_wrap .wf_btn_part a {
  background: #fff;
  border-color: #fff;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .sec_about .btn_wrap .wf_btn_part a {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .sec_about .btn_wrap .wf_btn_part a {
    margin-top: 20px;
  }
}

.sec_onestop {
  padding: clamp(50px, 10vw, 120px) 0 0;
  position: relative;
}
.sec_onestop h2.top_title {
  margin-bottom: 50px;
  margin-top: calc(clamp(20px, 3vw, 45px) * -1);
}
@media (max-width: 767px) {
  .sec_onestop h2.top_title {
    margin-bottom: 20px;
  }
}
.sec_onestop .inner {
  position: relative;
  padding-top: 1px !important;
  padding-bottom: clamp(30px, 5vw, 70px) !important;
}
.sec_onestop .inner:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: calc(100% + clamp(3vw - 5px, 50vw - 600px - 10px, 150px) * 2);
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  right: auto;
  background: #f3f3f3;
}
.sec_onestop h3 {
  font-size: clamp(18px, 1.5vw, 24px);
  font-weight: bold;
  letter-spacing: 0.19em;
  padding-left: 1.0833333333em;
  position: relative;
  margin-top: 20px;
}
.sec_onestop h3:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.75em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  top: 0.5833333333em;
  left: 0;
  right: auto;
  background: transparent;
}
@media (max-width: 767px) {
  .sec_onestop h3:after {
    top: 10px;
  }
}
.sec_onestop .imgBox {
  position: relative;
  z-index: 1;
}
.sec_onestop h3.h3_color01 {
  color: #2b3692;
}
.sec_onestop h3.h3_color01:after {
  border: 4px solid #2b5692;
}
.sec_onestop h3.h3_color02 {
  color: #0f7da1;
}
.sec_onestop h3.h3_color02:after {
  border: 4px solid #0f7da1;
}
.sec_onestop h3.h3_color03 {
  color: #877343;
}
.sec_onestop h3.h3_color03:after {
  border: 4px solid #877343;
}
.sec_onestop .btn_wrap .wf_btn_part a {
  margin-top: 45px;
}
@media (max-width: 767px) {
  .sec_onestop .btn_wrap .wf_btn_part a {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .sec_onestop .btn_wrap .wf_btn_part a {
    margin-right: 0;
  }
}

.sec_catalog {
  background: linear-gradient(to right bottom, #fff 0%, #fff 50%, #f8f8f8 50%, #f8f8f8 100%);
  padding: clamp(50px, 10vw, 120px) 0;
  position: relative;
}
.sec_catalog h2.top_title {
  margin-bottom: 55px;
}
@media (max-width: 767px) {
  .sec_catalog h2.top_title {
    margin-bottom: 20px;
  }
}
.sec_catalog .imgBox {
  text-align: center;
}
.sec_catalog .btn_wrap .wf_btn_part a {
  margin-top: 55px;
}
@media (max-width: 767px) {
  .sec_catalog .btn_wrap .wf_btn_part a {
    margin-top: 20px;
  }
}

.sec_slider {
  padding: clamp(50px, 10vw, 120px) 0;
}
.sec_slider h2.top_title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .sec_slider h2.top_title {
    margin-bottom: 20px;
  }
}
.sec_slider .btn_wrap .wf_btn_part a {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .sec_slider .btn_wrap .wf_btn_part a {
    margin-right: 0;
  }
}

body:not(.page_edit) .sec_slider {
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 2;
}
.sec_slider .columns {
  margin: 0;
}

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

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

@media (max-width: 768px) {
  body:not(.page_edit) .sec_slider .slider_wrap {
    width: 1680px;
    animation: sp_loopslider 50s linear infinite;
  }
}
body:not(.page_edit) .sec_slider .slider_wrap > .cont {
  padding: 0 5px;
}

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

@media (max-width: 768px) {
  body:not(.page_edit) .sec_slider .slider_wrap > .cont img {
    width: 200px;
  }
}
@keyframes loopslider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-2440px);
  }
}
@keyframes sp_loopslider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-840px);
  }
}
.sec_access {
  background: #f5f5f5;
  padding-top: clamp(50px, 10vw, 120px);
  position: relative;
}
.sec_access h2.top_title {
  text-align: center;
  margin-bottom: 55px;
}
@media (max-width: 767px) {
  .sec_access h2.top_title {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .wf_googlemap_wrap iframe {
    height: 400px;
  }
}
.sec_contact {
  padding-bottom: clamp(50px, 10vw, 120px);
  background: url(/images/bg_img003.jpg) no-repeat center bottom/cover;
  color: #fff !important;
}
.sec_contact h2.top_title {
  color: #fff;
  text-align: center;
  font-size: clamp(28px, 4vw, 55px);
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .sec_contact h2.top_title {
    margin-bottom: 20px;
  }
}
.sec_contact h2.top_title .h2_jp {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.sec_contact h2.top_title .h2_en {
  color: rgba(255, 255, 255, 0.11);
  font-size: clamp(73px, 18vw, 256px);
  margin-bottom: 0;
  line-height: 0.7;
}
@media (max-width: 767px) {
  .sec_contact h2.top_title .h2_en {
    line-height: 0.8;
  }
}
.sec_contact .btn_wrap .wf_btn_part a {
  margin-top: 20px;
  max-width: 469px;
  letter-spacing: 0;
  background: #2b3692;
  color: #fff;
  font-size: 20px;
  padding: 26px 20px;
}
@media (max-width: 767px) {
  .sec_contact .btn_wrap .wf_btn_part a {
    padding: 16px 20px;
  }
}
.sec_contact .btn_wrap .wf_btn_part a:after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(5deg) brightness(101%) contrast(104%);
}
.sec_contact .btn_wrap .wf_btn_part a .mail_icon {
  position: relative;
  padding-left: 43px;
}
.sec_contact .btn_wrap .wf_btn_part a .mail_icon:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 22px;
  top: 3px;
  left: 0;
  background: url(/images/contact_icon002.png) no-repeat center center/cover;
}
.sec_contact .tel_txt {
  text-align: center;
}
.sec_contact .tel_txt a {
  color: #fff;
  font-size: clamp(30px, 3vw, 43px);
  font-family: "Poppins";
  font-weight: 500;
  display: inline-block;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec_contact .tel_txt a::before {
  content: "";
  display: inline-block;
  width: 0.8372093023em;
  height: 34px;
  aspect-ratio: 36/34;
  border-radius: 0;
  background: url(/images/contact_icon001.png) no-repeat center center/contain;
  margin-right: 10px;
}

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

@media (min-width: 768px) {
  .under .columns .column h4:first-child {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .under .columns .column:not(:last-child) h5:last-child {
    margin-bottom: 30px;
  }
  .under .columns .column:not(:last-child) h4:last-child {
    margin-bottom: 30px;
  }
  .under .columns .column:not(:first-child) h5:first-child {
    margin-top: 30px;
  }
  .under .columns .column:not(:first-child) h4:first-child {
    margin-top: 30px;
  }
}
.under .borderbox h5:first-of-type,
.under .borderbox h4:first-of-type {
  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: 767px) {
  .large_txt {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .table_scroll {
    overflow-x: scroll;
  }
  .table_scroll table {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
  }
}
textarea {
  min-height: 100px;
}

.red_txt {
  color: #e74c3c;
}

.red_txt:visited {
  color: #e8695c;
}

.bg_color01 {
  background: #f5f5f5 !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;
}

.wf_flow_down_wrap {
  padding: 40px 0 20px;
}
@media (max-width: 768px) {
  .wf_flow_down_wrap {
    padding: 30px 0 0;
  }
}

.fee_table tbody td:last-child {
  text-align: right;
}

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

.t01_wrap .w_auto_table tbody th {
  width: auto;
}

.under h3 .small_txt {
  font-size: 20px;
}
@media (max-width: 767px) {
  .under h3 .small_txt {
    font-size: 18px;
  }
}

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

.sp_not_full_img {
  display: block;
  text-align: center;
}

.company_map {
  background: #bbbbbb;
  border-radius: 3px;
  padding: 0 10px;
  text-decoration: none !important;
  color: #fff !important;
}

.product_list h4 {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .product_list .column + .column {
    margin-top: 40px;
  }
}

.usuita_table tbody th {
  width: 20% !important;
}
.usuita_table thead tr th,
.usuita_table thead tr td,
.usuita_table tbody tr th,
.usuita_table tbody tr td {
  padding: 0.8em;
  text-align: center;
}
@media (max-width: 767px) {
  .usuita_table thead tr th,
  .usuita_table thead tr td,
  .usuita_table tbody tr th,
  .usuita_table tbody tr td {
    letter-spacing: 0.01em;
    padding: 0.2em;
  }
  .usuita_table tbody th {
    width: 16% !important;
  }
}

body.under .btn_wrap .wf_btn_part a {
  background: #2b3692;
  color: #fff;
}
body.under .btn_wrap .wf_btn_part a:after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}

.ryosan_table01 {
  table-layout: fixed;
}
.ryosan_table01 thead tr th:first-of-type {
  width: 20%;
}
@media (max-width: 767px) {
  .ryosan_table01 {
    width: 767px !important;
  }
}

@media (max-width: 767px) {
  .ryosan_table01_wrapper {
    overflow-x: scroll;
  }
}/*# sourceMappingURL=local.css.map */