@charset "UTF-8";

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

body {
  background: #fff;
  color: #141414;
  font-family: "Times New Roman",
  "游明朝体",
  "Yu Mincho",
  YuMincho,
  "ヒラギノ明朝 Pro",
  "Hiragino Mincho Pro",
  serif;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.08em;
  font-size: 16px;
}

.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: #ff6a06;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 7px;
  position: absolute;
  top: 11px;
  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 #ff6a06;
}

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

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

@media (max-width: 768px) {

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

.t01_wrap thead th,
.t01_wrap thead td {
  background-color: #ff6a06;
  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: #ff6a06 !important;
  background-color: #ff6a06 !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: #ff6a06;
}

/*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: #ff6a06;
  border: 1px solid #ff6a06;
  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";
  border-radius: 0;
  font-weight: 700;
}

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

.btn_wrap .wf_btn_part a:hover {
  background: #ff6a06;
  color: #fff;
}

.btn_wrap .wf_btn_part a:hover::after {
  right: 12px;
  transition: 0.2s;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(5deg) brightness(101%) contrast(104%);
}

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

.under .h2_title_wrap,
.blog_body .h3_title_wrap {
  position: relative;
  background: #141414;
color: #fff;
}

.blog_body .h3_title_wrap h3,
.under .h2_title_wrap h2 {
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 0.1em;
  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.08em;
text-align: center;
}

.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.1em;
  border-bottom: solid 1px #ff6a06;
}

.under h4:before {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 17px;
  left: 0;
  right: auto;
  top: 4px;
  bottom: auto;
  background: linear-gradient(180deg, #ff6a06 0%, #ff6a06 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 #ff6a06;
}

.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: #ff6a06;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 0px;
  position: absolute;
  top: 8px;
  width: 8px;
}

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

.leadtext a {
  color: #ff6a06;
}

@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: #ff6a06;
  padding: 15px 10px;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-weight: 600;
}

#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 #ff6a06;
    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: #ff6a06;
    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: 769px) 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 #ff6a06;
    border-bottom: solid 2px #ff6a06;
    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 #ff6a06;
    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 #ff6a06;
    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: #ff6a06;
  }

  #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: #ff6a06;
    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: 43.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;
}


.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: 18vw !important;
  }
}

.fixedfooter {
  position: fixed;
  bottom: 0;
  z-index: 5;
  width: 100%;
}

@media (min-width: 769px) {
  .fixedfooter {
    bottom: unset;
    right: 0;
    top: 30%;
    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(19px, 3vw, 30px);
  font-weight: 700;
  line-height: 1;
  position: relative;
  letter-spacing: 0.19em;
  color: #ff6a06;
  text-align: left;
}

h2.top_title .h2_en {
  font-family: "Poppins", sans-serif;
  font-size: clamp(40px, 5vw, 90px);
  display: block;
  position: relative;
  letter-spacing: 0;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 0.1em;
}

@media (max-width: 768px) {
  h2.top_title .h2_en {
    margin-bottom: 0.2em;
  }
}

@media (max-width: 768px) {
  h2.top_title .h2_jp {
    line-height: 1.3;
    letter-spacing: .1em;
  }
}

.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: 14px !important;
}

table.part thead tr th>*,
table.part thead tr td>*,
table.part tbody tr th>*,
table.part tbody tr td>* {
  font-size: 14px !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;
  }
}

body.under #footer .inner {
  width: 1200px;
  max-width: 1200px;
}

@media (max-width: 1220px) {
  body.under #footer .inner {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 769px) {
  #menu-list>li.menu-has-child>a.no_link {
    pointer-events: none;
  }
}

.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: 95.2vw;
    top: auto;
    bottom: 1.709677%;
    left: 1%;
    right: auto;
    margin: 0;
  }
}

.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: 769px) {
  .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: 1em;
  padding-bottom: 1em;
  position: relative;
  padding-left: 110px;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .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: #ff6a06;
  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: #ff6a06;
  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: 768px) {
  .sec_point .column_r .flexBox {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
}

@media (max-width: 768px) {

  .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: 768px) {
  .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: 769px) {
  .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: 768px) {
  .sec_point .btn_wrap .wf_btn_part a {
    margin-top: 20px;
  }
}

@media (min-width: 769px) {
  .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: 769px) {
  .sec_features .column:not(:last-of-type):after {
    width: 1px;
    height: 80%;
    top: 50%;
    bottom: auto;
    right: 0;
    transform: translateY(-50%);
  }
}

@media (max-width: 768px) {
  .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: 768px) {
  .sec_features .wf_img_cont {
    max-width: 35%;
    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;
  margin-left: 0.5em;
}

.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: 25px;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .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, #ff6a06 0%, #ff6a06 50px, #b0b0b0 50px, #b0b0b0 100%);
}

.sec_news .title_wrapper .btn_wrap {
  width: 168px;
  padding-top: 10px;
}

.sec_news .title_wrapper .btn_wrap a:after {
  right: 8px;
}

.sec_news .wf_blog_li_date {
  margin-top: 1em;
  display: block;
  line-height: 1.2;
}

.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: 768px) {
  .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: 100px;
  display: inline-block;
  padding: 5px;
  margin-right: 18px;
  font-weight: 500;
  line-height: 1;
  font-size: 14px;
  letter-spacing: 0;
}

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

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

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

@media (min-width: 769px) {
  .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: 768px) {
  .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 50px 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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .usuita_table tbody th {
    width: 16% !important;
  }
}

body.under #content .btn_wrap .wf_btn_part a {
  background: #ff6a06;
  color: #fff;
}

body.under #content .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%;
}

.ryosan_table01_wrapper {
  overflow-x: scroll;
}

.setsubi_table {
  table-layout: fixed;
}

.setsubi_table thead th:nth-of-type(1) {
  width: 40%;
}

.setsubi_table thead th:nth-of-type(2) {
  width: 40%;
}

.setsubi_table thead th:nth-of-type(3) {
  width: 20%;
}

.sec_news .title_wrapper .btn_wrap .wf_btn_part a {
  padding: 7px 20px;
  padding-right: 30px;
}

.btn_wrap a:before {
  display: none;
}

.sec_about .btn_wrap .wf_btn_part a:hover {
  background: #ff6a06;
  color: #fff;
  border-color: #ff6a06;
}

.sec_point .btn_wrap .wf_btn_part a:hover {
  background: #fff;
  border-color: #fff;
  color: #ff6a06;
}

.sec_point .btn_wrap .wf_btn_part a:hover:after {
  filter: none;
}

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

@media (min-width : 961px) {
  #header .hdr_btn_list .btn_wrap .wf_btn_part a:hover {
    background: #ff6a06;
    color: #fff;
  }

  #header .hdr_btn_list .hdr_btn_item_wave .wf_btn_part a:hover {
    background: #a19065;
  }
}

@media (min-width : 769px) and (max-width : 1200px) {
  .fixedfooter {
    max-width: 50px;
  }
}

@media (min-width : 769px) and (max-width : 1100px) {
  .sec_solution .column.is-3 img {
    width: 100%;
  }

  .sec_solution .columns {
    gap: 2%;
  }

  .sec_solution .column {
    width: 49%;
    margin-bottom: 20px;
  }
}

@media (max-width : 768px) {
  .sec_point .column_r {
    margin-top: 0 !important;
  }

  .sec_point .column_l {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .sec_solution h3 {
    font-size: 26px;
  }

  .sec_solution h3 .h3_en {
    font-size: 16px;
  }

  .sec_about {
    padding: 60px 0px;
  }

  .sec_onestop {
    padding: 60px 0 0;
  }

  .sec_onestop .inner {
    padding-bottom: 40px !important;
  }

  .sec_onestop .btn_wrap .wf_btn_part a {
    margin-top: 35px;
  }

  .sec_contact {
    padding: 60px 0;
  }

  .sec_contact .btn_wrap .wf_btn_part a {
    font-size: 18px;
  }

  .sec_contact .btn_wrap .wf_btn_part a .mail_icon:before {
    width: 20px;
    height: 15px;
    top: 4px;
    background: url(/images/contact_icon002.png) no-repeat center center / contain;
  }

  .sec_contact .btn_wrap .wf_btn_part a .mail_icon {
    padding-left: 30px;
  }

  #footer .footer_wrapper .f_under_columns .tel_text {
    text-align: center;
  }

  #footer .footer_wrapper .f_under_columns .address_text {
    text-align: center;
  }
}

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

.company_table.t01_wrap table {
  border: none;
  border-top: 1px solid #ccc;
}

.under .ulbox .borderbox {
  background: none;
  padding: 0 !important;
}

.under .ulbox .borderbox .ul02 {
  display: flex;
  gap: 20px;
  padding: 0;
  margin-top: 50px;
  margin-bottom: 50px;
}

.under .ulbox .borderbox .ul02 li {
  width: 100%;
  max-width: calc((100% - 40px) / 3);
  padding: 0 !important;
}

.under .ulbox .borderbox .ul02 a {
  display: block;
    width: 100%;
    border: solid 1px #ff6a06;
    background: #ff6a06;
    padding: 10px 20px;
    position: relative;
    box-sizing: border-box;
    padding-right: 35px;
    color: #fff;
    letter-spacing: .08em;
}

.under .ulbox .borderbox .ul02 li::before {
  display: none;
}

.under .ulbox .borderbox .ul02 a::before {
  content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 1px;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    margin: auto;
    background: #ffffff;
    border: none;
}
}

.under #content .wrap.ulbox .ul02 a:hover {
  text-decoration: none;
    color: #141414;
    background: #fff;
    border-color: #ff6a06;
}

.under h4 {
  margin: 30px 0 20px;
  font-size: 20px;
  padding: 20px;
  background: #eff0f4;
  letter-spacing: 0.1em;
  border-bottom: none;
  padding-left: 38px;
}

.under h4:before {
  top: 24px;
  left: 20px;
  height: 18px;
  background: linear-gradient(180deg, #ff6a06 0%, #ff6a06 50%, #bababa 50%, #bababa 100%);
}

@media (max-width : 768px) {
  .under h3:after {
    background: linear-gradient(90deg, #ff6a06 0%, #ff6a06 20%, #bababa 20%, #bababa 100%);
  }

  .under h4 {
    margin: 10px 0 20px;
    font-size: 18px;
    padding: 15px;
    padding-left: 25px;
  }

  .under h4:before {
    top: 19px;
    left: 10px;
  }

  .under h3 {
    margin-top: 50px;
  }
}

.t01_wrap .cont.ryosan_table01_wrapper {
  overflow-x: scroll;
}

.t01_wrap .ryosan_table01_wrapper table {
  width: 100%;
  border-collapse: collapse;
  width: 1200px;
}

.under .product_list h4 {
  font-size: 16px;
  font-weight: bold;
  background: transparent;
  padding: 0;
  letter-spacing: 0;
  margin: 0;
}

.under .product_list h4::before {
  display: none;
}

.product_list .img_span {
  margin-bottom: 10px;
  display: block;
}

@media (max-width: 768px) {
  .under .ulbox .borderbox .ul02 li {
    max-width: 100%;
    flex: none;
  }
}

@media (max-width : 768px) {
  .t01_wrap.scroll_table .cont {
    overflow-x: scroll;
  }

  .t01_wrap.scroll_table table {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
  }
}

.under .pagination a {
  text-decoration: none !important;
}

/*# sourceMappingURL=local.css.map */
/***********************************/
#age .graph,
#age2 .graph,
#maletofemale .graph,
#age-nursery .graph,
#maletofemale-nursery .graph,
#paid .graph,
#paid2 .graph {
  position: relative;
  width: 340px;
  margin: 0 auto 60px;
}

#age .graph .label li,
#age2 .graph .label li,
#maletofemale .graph .label li,
#age-nursery .graph .label li,
#age2-nursery .graph .label li,
#maletofemale-nursery .graph .label li {
  position: absolute;
  font-size: 1rem;
  z-index: 2;
  color: #fff;
  opacity: 0;
  line-height: 1.1;
  transition: 0.3s ease;
  font-family: "Roboto Condensed", sans-serif;
}

@media (max-width: 1000px) {

  #age .graph .label li,
  #age2 .graph .label li,
  #maletofemale .graph .label li,
  #age-nursery .graph .label li,
  #age2-nursery .graph .label li,
  #maletofemale-nursery .graph .label li {
    font-size: 1.3rem;
  }
}

#age .graph .label li.label01 {
  top: 13%;
  left: 60%;
}

#age .graph .label li.label02 {
  top: 41%;
  left: 65%;
}

#age .graph .label li.label03 {
  top: 66%;
  left: 23%;
  font-size: 1.2rem;
}

#age .graph .label li.label04 {
  top: 24%;
  left: 17%;
  font-size: 1.2rem;
}

#age2 .graph .label li.label01 {
  top: 13%;
  left: 57%;
}

#age2 .graph .label li.label02 {
  top: 32%;
  left: 73%;
}

#age2 .graph .label li.label03 {
  top: 62%;
  left: 72%;
}

#age2 .graph .label li.label04 {
  top: 68%;
  left: 32%;
  font-size: 1rem;
}

#age2 .graph .label li.label05 {
  top: 32%;
  left: 17%;
}

#age2 .graph .label li.label06 {
  top: 13%;
  left: 32%;
}

#age-nursery .graph .label li.label01 {
  top: 45%;
  left: 66%;
}

#age2-nursery .graph .label li.label01 {
  top: 45%;
  left: 66%;
}

#age-nursery .graph .label li.label02 {
  top: 45%;
  left: 11%;
}

#age-nursery .graph .label li.label03 {
  top: 16%;
  left: 17%;
  font-size: 1rem;
}

#age-nursery .graph .label li.label04 {
  top: 8%;
  left: 31%;
  font-size: 1rem;
}

#age-nursery .graph .label li.label05 {
  top: 5%;
  left: 43%;
  font-size: 1rem;
}

#maletofemale .graph .label li.label01 {
  top: 43%;
  left: 61%;
  font-size: 2rem;
}

#maletofemale .graph .label li.label02 {
  top: 24%;
  left: 18%;
  font-size: 2rem;
}

#maletofemale .graph .label li b {
  font-size: 6rem !important;
}

@media (max-width: 1000px) {
  #maletofemale .graph .label li b {
    font-size: 4rem !important;
  }
}

#maletofemale-nursery .graph .label li.label01 {
  top: 55%;
  left: 60%;
}

#maletofemale-nursery .graph .label li.label02 {
  top: 8%;
  left: 33%;
}

#age .graph .label li b,
#age2 .graph .label li b,
#age-nursery .graph .label li b,
#maletofemale .graph .label li b,
#maletofemale-nursery .graph .label li b {
  font-weight: bold;
  font-size: 2.8rem;
}

@media (max-width: 1000px) {

  #age .graph .label li b,
  #age2 .graph .label li b,
  #age-nursery .graph .label li b,
  #maletofemale .graph .label li b,
  #maletofemale-nursery .graph .label li b {
    font-size: 1.5rem;
  }
}

#age-nursery .graph .label li.label04 b,
#age-nursery .graph .label li.label05 b {
  font-size: 2rem;
}

#age .graph .label.active li,
#age2 .graph .label.active li,
#age-nursery .graph .label.active li,
#maletofemale .graph .label.active li,
#maletofemale-nursery .graph .label.active li {
  opacity: 1;
}

#acquisition .count,
#holiday .count {
  text-align: center;
  position: relative;
  width: 92%;
  max-width: 460px;
  margin: 0px auto 30px;
  /*  margin:45px auto 30px;*/

}

@media (max-width: 768px) {

  #acquisition .count,
  #holiday .count {
    margin: 25px auto 30px;
  }
}

#acquisition .count .num,
#holiday .count .num {
  font-size: 4rem;
  line-height: 0.9;
  color: #c1ce7d;
  position: relative;
  z-index: 2;
  transition: 0.3s ease;
  opacity: 0;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
}

#holiday .count .num {
  color: #7bad00;
}

#acquisition .count .num.active,
#holiday .count .num.active {
  opacity: 1;
}

#acquisition .count .num .num01 {
  font-size: 8rem;
  letter-spacing: -0.05em;
}

#acquisition .count .num .period {
  font-size: 6rem;
}

#acquisition .count .num .num02 {
  font-size: 6rem;
}

#holiday .count .num span {
  font-size: 8rem;
  letter-spacing: -0.01em;
}

#paid .graph .circle {
  width: 74.8%;
  position: absolute;
  top: 32.6%;
  left: 12.6%;
  z-index: 2;
  font-weight: bold;
}

#paid .graph .circle .num {
  position: absolute;
  top: 7%;
  width: 100%;
  text-align: center;
  font-size: 2rem;
  color: #5dc1cf;
  opacity: 0;
  font-family: "Roboto Condensed", sans-serif;
}

#paid .graph .circle .num.active {
  opacity: 1;
}

#paid .graph .circle .num .num01 {
  font-size: 6rem;
  letter-spacing: -0.05em;
}

@media (max-width: 1000px) {
  #paid .graph .circle .num .num01 {
    font-size: 4.5rem;
  }
}

@media (max-width: 767px) {
  #paid .graph .circle .num .num01 {
    font-size: 4rem;
  }
}

#paid .graph .circle .num .num02 {
  font-size: 4rem;
}

#hobby .ranking {
  width: 92%;
  max-width: 460px;
  margin: 50px auto 0;
}

#hobby .ranking li {
  display: table;
  width: 100%;
  height: 70px;
  line-height: 70px;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 200px;
  background-repeat: no-repeat;
  background-position: 7% center;
  position: relative;
  opacity: 0;
  background-color: #5dc1cf;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s, opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s;
  transform: translateY(20px);
  color: #fff;
  margin-bottom: 1em;
  text-align: center;
}

#hobby .ranking li:nth-of-type(2) {
  background-color: #ff9090;
}

#hobby .ranking li:nth-of-type(3) {
  background-color: #c1ce7d;
}

#hobby .ranking li.active {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 769px) {
  .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .flex div {
    width: 48%;
  }
}

@media (max-width: 768px) {
  #acquisition .count .num .num01 {
    font-size: 5rem;
  }

  #acquisition .count .num .num02 {
    font-size: 4rem;
  }

  #acquisition .count .num,
  #holiday .count .num {
    font-size: 3rem;
  }

  #holiday .count .num span {
    font-size: 5rem;
    letter-spacing: -0.05em;
  }

  #hobby .ranking li {
    font-size: 1.05rem;
  }
}

h4.color_02::after {
  background: #7ac943;
}

h4.color_03::after {
  background: #ff7474;
}

.link_title {
  font-family: "Zen Maru Gothic", serif;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding-right: 40px;
}

@media (max-width: 768px) {
  .link_title {
    font-size: 17px;
    text-align: center;
  }
}

.link_title::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 3px;
  left: auto;
  right: 0;
  width: 30px;
  height: 30px;
  background: url(/images/arrow.png) no-repeat center center/contain;
  margin: auto;
  transition: 0.2s;
}

@media (max-width: 768px) {
  #hobby .ranking {
    margin: 20px auto 50px;
  }
}

.sec03 h4 {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  text-align: left;
  margin: 0;
  color: #7bad00;
  display: table;
  padding-left: 20px;
}

.sec03 h4:before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 5px;
  top: 23px;
  bottom: auto;
  right: auto;
  left: 0;
  margin: auto;
  background: #bad083;
}

.sec03 .column.mt_bnr {
  margin-top: 30px !important;
}

#age .graph,
#age2 .graph,
#maletofemale .graph,
#age-nursery .graph,
#age2-nursery .graph,
#maletofemale-nursery .graph,
#paid .graph,
#paid2 .graph {
  position: relative;
  width: 100%;
  max-width: 450px;
  margin: 0 auto 80px;
}

@media (max-width: 1000px) {

  #age .graph,
  #age2 .graph,
  #maletofemale .graph,
  #age-nursery .graph,
  #age2-nursery .graph,
  #maletofemale-nursery .graph,
  #paid .graph,
  #paid2 .graph {
    max-width: 350px;
  }
}

@media (max-width: 767px) {

  #age .graph,
  #age2 .graph,
  #maletofemale .graph,
  #age-nursery .graph,
  #age2-nursery .graph,
  #maletofemale-nursery .graph,
  #paid .graph,
  #paid2 .graph {
    max-width: 320px;
  }
}

.sec03 canvas {
  width: 100%;
  max-width: 450px;
}

@media (max-width: 1000px) {
  .sec03 canvas {
    max-width: 350px;
    max-height: 350px;
  }
}

@media (max-width: 767px) {
  .sec03 canvas {
    max-width: 320px;
    max-height: 320px;
  }
}

#paid2 .graph .circle {
  width: 74.8%;
  position: absolute;
  top: 32.6%;
  left: 12.6%;
  z-index: 2;
  font-weight: bold;
}

#paid2 .graph .circle .num {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  color: #2b3b90;
  opacity: 0;
  font-family: "Roboto Condensed", sans-serif;
  height: 6rem;
  margin-top: 7%;
}

@media (max-width: 767px) {
  #paid2 .graph .circle .num {
    margin-top: 2%;
  }
}

#paid2 .graph .circle .num.active {
  opacity: 1;
}

#paid2 .graph .circle .num .num01 {
  font-size: 3rem;
  letter-spacing: -0.05em;
}

@media (max-width: 1000px) {
  #paid2 .graph .circle .num .num01 {
    font-size: 3rem;
  }
}

@media (max-width: 768px) {
  #paid2 .graph .circle .num .num01 {
    font-size: 3rem;
  }
}

#paid2 .graph .circle .num .num02 {
  font-size: 3rem;
}

.sec03 .sec_ttl2 {
  margin-top: 80px !important;
}

@media (max-width: 768px) {
  .sec03 .sec_ttl2 {
    margin-top: 40px !important;
  }
}

.sec03 .year_title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0px !important;
}

@media (max-width: 768px) {

  .sec03 #age .graph,
  .sec03 #age2 .graph,
  .sec03 #maletofemale .graph,
  .sec03 #age-nursery .graph,
  .sec03 #age2-nursery .graph,
  .sec03 #maletofemale-nursery .graph,
  .sec03 #paid .graph,
  .sec03 #paid2 .graph {
    margin: 0 auto 30px;
  }
}

.day_flow_box {
  background: linear-gradient(-90deg, rgb(123, 173, 0) 0%, rgb(157, 180, 100) 100%);
  color: #fff;
  padding: 40px;
}

.day_flow_box h4 {
  margin-top: 0 !important;
}

.wf_flow_down_wrap {
  position: relative;
  padding: 10px 0;
  margin: 0;
}

.wf_flow_down {
  width: 50px;
  height: 25px;
}

.wf_flow_down {
  width: 50px;
  height: 25px;
  margin: auto;
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: #7bad00;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform: rotate(0);
}

@media (max-width : 768px) {
  .day_flow_box {
    padding: 20px;
  }

  .top .sec03 .inner {
    overflow: hidden;
  }
}

.bg_box.list_dot li:before {
  background: #fff;
}

#maletofemale .graph .label li b {
  font-size: 4.2rem !important;
}

#maletofemale .graph .label li.label02 {
  top: 24%;
  left: 18%;
  font-size: 2rem;
}

#paid2 .graph .circle .num .perosd {
  padding-left: 6px;
}

#age .graph .label li {
  text-align: center;
}

#age .graph .label li b {
  display: inline-block;
  margin-top: 5px;
}

#age .graph .label li.label01 {
  top: 13%;
  left: 60%;
}

#age .graph .label li.label02 {
  top: 41%;
  left: 65%;
}

#age .graph .label li.label03 {
  top: 66%;
  left: 23%;
  font-size: 1.2rem;
}

#age .graph .label li.label04 {
  top: 24%;
  left: 17%;
  font-size: 1.2rem;
}

#age .graph .label li.label05 {
  top: 5%;
  left: 35%;
  font-size: 1.2rem;
}

#age2 .graph .label li b {
  font-size: 1.8rem;
}

#age2 .graph .label li {
  text-align: center;
}

#age2 .graph .label li b {
  display: inline-block;
  margin-top: 5px;
}

#Average .count .num {
  color: #7bad00;
  font-size: 4rem;
  line-height: 0.9;
  position: relative;
  z-index: 2;
  transition: 0.3s ease;
  opacity: 0;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  /*margin-top: 44px;*/
  /*  margin-top: 35px;*/
}

#Average .count .num span {
  font-size: 8rem;
  letter-spacing: -0.01em;
}

#Average .count .num.active {
  opacity: 1;
}

@media (max-width: 768px) {
  #Average .count .num {
    font-size: 3rem;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 30px;
  }

  #Average .count .num span {
    font-size: 5rem;
    letter-spacing: -0.05em;
  }

  #maletofemale .graph .label li.label01 {
    top: 40%;
    left: 61%;
  }

  #maletofemale .graph .label li.label02 {
    top: 25%;
    left: 16%;
  }

  #age2 .graph .label li {
    font-size: 1rem;
  }

  #age2 .graph .label li b {
    font-size: 1.2rem;
  }

  #age .graph .label li.label01 {
    top: 16%;
    left: 63%;
  }

  #age .graph .label li.label02 {
    top: 48%;
    left: 67%;
  }

  #age .graph .label li.label03 {
    top: 66%;
    left: 23%;
    font-size: 1.2rem;
  }

  #age .graph .label li.label04 {
    top: 24%;
    left: 17%;
    font-size: 1.2rem;
  }

  #age2 .graph .label li.label01 {
    top: 13%;
    left: 57%;
  }

  #age2 .graph .label li.label02 {
    top: 32%;
    left: 73%;
  }

  #age2 .graph .label li.label03 {
    top: 62%;
    left: 72%;
  }

  #age2 .graph .label li.label04 {
    top: 68%;
    left: 32%;
    font-size: 1rem;
  }

  #age2 .graph .label li.label05 {
    top: 32%;
    left: 17%;
  }

  #age2 .graph .label li.label06 {
    top: 13%;
    left: 30%;
  }

  #maletofemale .graph .label li b {
    font-size: 3rem !important;
  }

  #maletofemale .graph .label li {
    font-size: 1.6rem;
  }

  #maletofemale .graph .label li b {
    font-size: 2.5rem !important;
  }
}

/*# sourceMappingURL=cus.css.map */
.sec_nums .num {
  text-align: center;
  font-size: 3rem;
  line-height: 0.9;
  color: #2b3b90;
  position: relative;
  z-index: 2;
  transition: 0.3s ease;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
}

.sec_nums .num01 {
  font-size: 3.5rem;
}

@media (max-width: 767px) {
  .sec_nums .num01 {
    font-size: 2.5rem;
  }
}

.equipment_img {
  background: #efefef;
}

.equipment_img img {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 10px !important;
  display: block;
  background: #fff;
}

.equipment_img div.part {
  font-size: 12px;
}

.equipment_img .column {
  flex-basis: 20%;
  margin-top: 20px;
  padding: 5px;
}

textarea,
input,
select {
  font-size: 18px;
  box-shadow: unset !important;
  padding: 12px !important;
}

#mfp_phase_confirm {
  max-width: 1000px;
  margin: 50px auto;
}

div#mfp_phase_confirm h4 {
  margin: 30px 0 20px !important;
  font-size: 20px !important;
  padding: 20px 20px 20px 38px !important;
  background: #eff0f4;
  letter-spacing: 0.1em;
  border-bottom: none;
  text-align: left !important;
}

.ikkan_title {
  font-size: clamp(24px, 2.8666666667vw, 38px);
  text-align: center;
  font-weight: bold;
  letter-spacing: .1em;
  color: #171717;
  margin: 0;
  line-height: 1.4;
}

@media (max-width : 768px) {

  table.part.ryosan_table01 thead tr th,
  table.part.ryosan_table01 thead tr td,
  table.part.ryosan_table01 tbody tr th,
  table.part.ryosan_table01 tbody tr td {
    font-size: 10px !important;
    letter-spacing: 0;
  }
}

@media (max-width : 768px) {

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

.under .date_box .inner {
  border-right: 2px solid #ff6a06;
  border-left: 2px solid #ff6a06;
  padding-top: 0;
  padding-bottom: 0;
}

.under .date_table {
  display: flex;
  border-bottom: 2px solid #ff6a06;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 96%;
  padding-bottom: 20px;
}

.under .date_table:not(:first-child) {
  margin-top: 20px;
}

.under .date_table:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.under .date_table .date_item {
  flex: 1;
  box-sizing: border-box;
  padding: 10px 10px;
  text-align: center;
}

.under .date_table .date_item:not(:last-child) {
  border-right: 2px solid #ff6a06;
}

.under .date_table .date_item .date_subtitle {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 10px;
}

.under .date_table .date_item .date01 {
  font-size: 40px;
  font-weight: bold;
  color: #ff6a06;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1;
}

.under .date_table .date_item .date02 {
  font-size: 24px;
  font-weight: bold;
  color: #ff6a06;
  line-height: 1;
}

@media (max-width : 768px) {
  .under .date_table {
    display: block;
  }

  .under .date_table .date_item {
    border-right: none !important;
    border-bottom: 2px solid #ff6a06;
    padding: 20px 10px;
  }

  .under .date_table {
    border-bottom: none;
    padding-bottom: 0;
  }

  .under .date_table:not(:first-child) {
    margin-top: 0;
  }

  .sec_nums .num {
    font-size: 2rem;
  }

  #age .graph,
  #age2 .graph,
  #maletofemale .graph,
  #age-nursery .graph,
  #age2-nursery .graph,
  #maletofemale-nursery .graph,
  #paid .graph,
  #paid2 .graph {
    margin: 0 auto 40px;
  }

  #paid2 .graph {
    margin: 0 auto;
  }
}

.t01_wrap tbody .tb_01 th,
.t01_wrap tbody .tb_01 td {
  background-color: #f3f5ff;
}

.t01_wrap tbody .tb_02 th,
.t01_wrap tbody .tb_02 td {
  background-color: #f9fff5;
}

.t01_wrap tbody .tb_03 th,
.t01_wrap tbody .tb_03 td {
  background-color: #f3fbff;
}

.t01_wrap tbody .tb_04 th,
.t01_wrap tbody .tb_04 td {
  background-color: #fff8f5;
}

body.under #content .btn_wrap.wide_btn .wf_btn_part a {
  font-size: 20px;
  max-width: 500px;
}

.under .date_table .date_item .date_itembox {
  display: flex;
  justify-content: center;
  align-items: center;
}

.under .date_table .date_item .date_itembox .itemimg img {
  max-width: 100px;
  width: 100%;
}

.under .date_table .date_item .date_itembox .itemimg {
  margin-left: 20px;
}

@media (min-width : 769px) {
  .under .date_table .date_item .data_flex {
    display: flex;
    justify-content: center;
    gap: 60px;
  }
}

.under .date_table .date_item .data_flex .itemtext {
  display: flex;
  align-items: baseline;
}

.under .date_table .date_item .data_flex .date_itembox {
  align-items: flex-start;
}

.under .date_table .date_item .data_flex .date_itembox .date01 {
  margin-left: 25px;
}

.under .date_table .date_item .data_flex .date_itembox .itemimg img {
  max-width: 18px;
}

.under .date_table .date_item .data_flex .date_itembox .itemimg {
  max-width: 180px;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}

.under .date_table .date_item .data_flex .date_itembox table tr td:last-child {
  line-height: 17px;
}

.under .date_table .date_item .data_flex .date_itembox .date_subtitle {
  text-align: left;
  font-size: 18px;
}

.under .date_table .date_item .data_flex .date_itembox table td {
  padding: 12px 0;
}

@media (max-width : 1000px) {
  .under .date_table .date_item .date_itembox .itemimg img {
    max-width: 70px;
    width: 100%;
  }

  .under .date_table .date_item .date_subtitle {
    font-size: 16px;
  }

  .under .date_table .date_item .data_flex .date_itembox .date_subtitle {
    font-size: 13px;
  }
}

@media (max-width : 768px) {
  .under .date_table .date_item .date01 {
    font-size: 30px;
  }

  .under .date_table .date_item .data_flex .date_itembox .itemimg {
    max-width: 95px;
  }

  .under .date_table .date_item .data_flex .date_itembox {
    display: block;
  }

  .under .date_table .date_item .data_flex .date_itembox table {
    width: 100%;
  }

  .under .date_table .date_item .data_flex .date_itembox .date01 {
    margin-left: 5px;
  }

  .under .date_table .date_item .data_flex .date_itembox .date_subtitle {
    font-size: 16px;
  }
}

.wf_blog_body_cat_カタログダウンロード .wf_bread_ul {
  display: none;
}

@media (max-width : 1000px) {
  #age2 .graph .label li.label01 {
    font-size: 0.8rem;
  }

  #age2 .graph .label li.label02 {
    font-size: 0.8rem;
  }

  #age2 .graph .label li.label03 {
    font-size: 0.8rem;
  }

  #age2 .graph .label li.label04 {
    font-size: 0.8rem;
  }

  #age2 .graph .label li.label05 {
    font-size: 0.8rem;
  }

  #age2 .graph .label li.label06 {
    font-size: 0.8rem;
  }
}

.mainmovie video {
  position: absolute;
  width: 102%;
  height: 145%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

@media (max-width: 768px) {
  .mainmovie {
    padding-bottom: 115%;
    overflow: hidden;
  }

  .mainmovie video {
    width: 206vw;
    left: -13%;
    transform: translateX(0) translateY(-50%);
  }
}
.under #content .wrap.ulbox .ul02 a {
  z-index: 1;
border-color: #ff6a06;
border-radius: 3px;
}

.under #content .wrap.ulbox .ul02 a:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: #ff7d26;
  transition: all 0.3s ease;
}

.under #content .wrap.ulbox .ul02 a:hover {
  color: #fff;
text-decoration: none;
}

.under #content .wrap.ulbox .ul02 a:hover:after {
  left: 0;
  width: 100%;
}
.under #content .wrap.ulbox .ul02 a:hover::before {
  background: #fff;
}
.under #content h3.custom_h3 {
  margin: 50px 0px 30px;
  padding: 0px;
}
.under #content h3.custom_h3 .ja {
  display: block;
  font-size: 36px;
  color: #141414;
  font-weight: bold;
  margin-bottom: 4px;
}
.under #content h3.custom_h3 .en {
  color: #ff6a06;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  display: block;
}
