@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
body {
  background: #fff;
  color: #333333;
  line-height: 1.7;
}

.hidden {
  display: none;
}

.link_btn a {
  margin: auto;
}

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

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

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

.t01_wrap thead th {
  background: #7bad00;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

a,
a:visited {
  color: #443b39;
}

a:hover {
  color: #7bad00;
}

figure img {
  max-width: 100%;
}

/**/
#header .inner {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#content .inner,
#footer .inner,
.totop .inner {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.columns {
  margin-left: auto !important;
  margin-right: auto !important;
}

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

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

@media (max-width: 768px) {
  .column + .column {
    margin-top: 20px;
  }
}
form .wrap > .inner {
  border: none;
}

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

@media (max-width: 768px) {
  form .wrap {
    padding: 0;
  }
}
.youtube_btn .img_anchor::before {
  display: none !important;
}

a {
  transition: 200ms;
  word-break: break-all;
}

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

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

@media (max-width: 768px) {
  #content {
    margin-bottom: 60px;
  }
}
.top #content {
  margin-bottom: 0;
}

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

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

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

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

.carousel > div {
  margin: 0 auto;
}

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

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

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

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

/* table */
.menu_table {
  width: 100%;
  margin-bottom: 10px;
  border-top: 1px solid #e8e9e3;
}

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

.menu_table th {
  text-align: left;
}

.menu_table td {
  text-align: right;
}

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

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

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

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

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

table.info th {
  width: 20%;
}

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

.anchor_wrap a:hover {
  opacity: 0.7;
}

/*TOP*/
/* 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 */
h2.title {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 40px;
}

/* template */
.under .wrap.h4_title_wrap,
.under .wrap.h5_title_wrap {
  margin-bottom: 0;
}

.under .wrap {
  margin-bottom: 10px;
  max-width: 100vw;
  overflow: hidden;
}

.under .h4_title_wrap,
.under .h5_title_wrap {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 1220px) {
  #content .inner,
  #footer .inner,
  .totop .inner {
    margin-left: auto;
    margin-right: auto;
    width: 94%;
    float: none;
  }
  .map {
    padding-bottom: 45%;
  }
  /**/
}
@media only screen and (max-width: 1000px) {
  .carousel > div {
    width: 100%;
  }
  .carousel .slick-arrow.slick-next {
    right: 5px;
  }
  .carousel .slick-arrow.slick-prev {
    left: 5px;
  }
}
@media only screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
/*headerの横幅変更サイズ*/
@media only screen and (max-width: 999px) {
  img {
    max-width: 100%;
  }
  #content {
    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) {
  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;
  }
  .t01_wrap table {
    font-size: 100%;
  }
}
/***********BLOG************/
/***********BLOG************/
.wf_blog_ul {
  max-width: 1200px;
  width: 100%;
  margin: 5px auto;
  display: block;
  box-sizing: border-box;
}

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

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

.wf_blog_ul li {
  display: block;
  padding: 0;
}

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

@media (max-width: 767px) {
  .wf_blog_ul .wf_blog_li_date,
  .wf_blog_ul .wf_blog_li_title {
    padding: 10px;
  }
}
@media (min-width: 769px) {
  .wf_blog_ul .wf_blog_li_title {
    float: none;
    padding-left: 23px;
  }
}
@media (max-width: 768px) {
  .wf_blog_ul .wf_blog_li_date {
    padding-bottom: 0;
  }
  .wf_blog_ul .wf_blog_li_title {
    padding-top: 5px;
  }
  .wf_blog_ul .wf_blog_li_date,
  .wf_blog_ul .wf_blog_li_title {
    float: none;
  }
}
.wf_bread_ul li {
  display: inline;
}

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

.wf_blog_li_date_time {
  display: none;
}

/* *******************************************************************************
******************************************************************************* */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 2;
  background: #fff !important;
  letter-spacing: 0.05em;
}

input,
button,
select,
textarea,
.btn.btn-info {
  font-family: "Noto Sans JP", sans-serif;
}

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

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

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:hover img {
  opacity: 0.8;
}

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

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

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

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

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

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

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

@media (max-width: 768px) {
  .spmb10 {
    margin-bottom: 10px !important;
  }
  .spmb20 {
    margin-bottom: 20px !important;
  }
  .spmb30 {
    margin-bottom: 30px !important;
  }
}
ul.list_dot {
  list-style: none;
}

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

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

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

.borderbox {
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box;
}

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

ul.ul02 {
  list-style: none;
  margin: 0;
}

ul.ul02 li {
  padding: 0 0 5px 24px;
  position: relative;
  margin-top: 0 !important;
}

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;
  color: #443b39;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg_box {
  background: linear-gradient(-90deg, rgb(123, 173, 0) 0%, rgb(157, 180, 100) 100%);
  color: #fff;
  padding: 2em;
  box-sizing: border-box;
  border-radius: 3px;
}

.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;
  vertical-align: middle;
}

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

.table01 tbody th {
  background: #f5f5f5;
  width: 30%;
  font-weight: bold;
}

.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 (max-width: 480px) {
  table.table01,
  table .table01 {
    font-size: 80%;
  }
}
@media screen and (max-width: 768px) {
  table.table01,
  table .table01 {
    font-size: 85%;
  }
  .table01 th,
  .table01 td {
    padding: 0.5em;
  }
}
@media (max-width: 480px) {
  table.table01,
  table .table01 {
    font-size: 80%;
  }
}
.t01_wrap tbody th {
  background: #f5f5f5;
}

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

/* =====================================
=================追加分================ */
.fs10 {
  font-size: 10px;
}

.fs11 {
  font-size: 11px;
}

.fs12 {
  font-size: 12px;
}

.fs13 {
  font-size: 13px;
}

.fs14 {
  font-size: 14px;
}

.fs15 {
  font-size: 15px;
}

.fs16 {
  font-size: 16px;
}

.fs17 {
  font-size: 17px;
}

.fs18 {
  font-size: 18px;
}

.fs19 {
  font-size: 19px;
}

.fs20 {
  font-size: 20px;
}

.fs21 {
  font-size: 21px;
}

.fs22 {
  font-size: 22px;
}

.fs23 {
  font-size: 23px;
}

.fs24 {
  font-size: 24px;
}

.fs25 {
  font-size: 25px;
}

.fs26 {
  font-size: 26px;
}

.fs27 {
  font-size: 27px;
}

.fs28 {
  font-size: 28px;
}

.fs29 {
  font-size: 29px;
}

.fs30 {
  font-size: 30px;
}

.fs31 {
  font-size: 31px;
}

.fs32 {
  font-size: 32px;
}

.fs33 {
  font-size: 33px;
}

.fs34 {
  font-size: 34px;
}

.fs35 {
  font-size: 35px;
}

.fs36 {
  font-size: 36px;
}

.fs37 {
  font-size: 37px;
}

.fs38 {
  font-size: 38px;
}

.fs39 {
  font-size: 39px;
}

.fs40 {
  font-size: 40px;
}

.d-flex {
  display: flex;
}

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

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

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

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

/*テーブルの各要素幅をautoに設定（tbodyの上の階層に.autowidを追記）*/
.autowid tbody th {
  width: auto !important;
}

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

/*スマホ表示時のみ電話番号リンクをアクティブ*/
a[href^="tel:"] {
  color: #443b39;
}

@media (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
    color: #443b39;
  }
}
.part.center {
  display: block;
}

.center1 {
  text-align: center;
}

.center2 {
  text-align: center;
}

@media (max-width: 768px) {
  .sp-center {
    text-align: center;
  }
  .part.sp-center {
    display: block;
  }
  .center2 {
    text-align: left;
  }
}
.color1 {
  color: #7bad00;
}

.text-red {
  color: red;
}

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

/*ボタンデザイン*/
.btn_wrap a {
  color: white;
  font-size: 16px;
  max-width: 100%;
  padding: 10px;
  width: 320px;
  letter-spacing: 0;
  box-sizing: border-box;
  font-weight: bold;
  background: linear-gradient(-135deg, rgb(123, 173, 0) 0%, rgb(157, 180, 100) 100%);
  border-radius: 5px;
}

.btn_wrap a:after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 8px;
  top: 0;
  bottom: 0;
  right: 0.5em;
  left: auto;
  margin: auto;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
  transform: none;
  border: none;
}

.btn_wrap a:hover {
  opacity: 0.8 !important;
}

.btn_wrap a:before {
  display: none;
}

.external a:after {
  right: 15px;
  width: 18px;
  height: 18px;
  margin: auto;
  background: url(/images/icon_link.png) no-repeat center;
}

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

.btn_wrap .wide a {
  width: 380px;
}

.large a {
  font-size: clamp(18px, 2vw, 22px);
  width: 320px;
}

.btn_color01 a {
  background: #a3c96c;
}

.btn_color02 a {
  background: #7bad00;
}

.btn_color03 a {
  background: #50a6d7;
}

/*pagetopボタン*/
.pagetop {
  background: url(/images/top_btn.png) no-repeat center/contain;
  width: 70px;
  height: 70px;
  z-index: 3;
  position: fixed;
  right: 20px;
  bottom: 5px;
  cursor: pointer;
  bottom: 5%;
}

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

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

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

.wf_lic {
  border-bottom: 1px solid #ccc;
}

.wf_blog_li_thumb {
  display: none !important;
}

.wf_lic .wf_blog_li_date:after {
  text-align: center;
  min-width: 5em;
  display: inline-block;
  padding: 0 5px;
  font-size: 16px;
  margin-right: 5px;
  border-radius: 5px;
  font-weight: bold;
}

/*ブログ一覧のカテゴリ表示*/
.wf_lic_お知らせ .wf_blog_li_date:after {
  content: "お知らせ";
  border: solid 1px #7bad00;
  color: #7bad00;
  margin-right: 10px;
}

.wf_lic_会社説明会 .wf_blog_li_date:after {
  content: "会社説明会";
  border: solid 1px #3551a6;
  color: #3551a6;
  margin-right: 10px;
}

.wf_blog_li_date_date {
  color: #999999;
}

.wf_blog_li_title {
  color: #333333;
}

.wf_blog_li_date_date {
  letter-spacing: 1.5px;
  margin-right: 10px;
}

.wf_blog_li_date {
  padding-right: 0 !important;
}

/*各タイトルパーツ調整*/
/*タイトルパーツデザイン*/
.h2_title_wrap .inner {
  width: 100% !important;
  max-width: 100%;
  padding: 0;
}

.blog_body .h3_title_wrap h3,
.under h2 {
  max-width: 100% !important;
  font-size: 40px;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
  padding: 50px 0;
  margin-bottom: 0;
  background: #f5f5f5;
}

@media (max-width: 768px) {
  .blog_body .h3_title_wrap h3,
  .under h2 {
    font-size: 24px;
    padding: 30px 0 40px;
  }
}
.under h3,
h2.sec_ttl {
  font-size: 36px;
  letter-spacing: 0.12em;
  font-weight: bold;
  position: relative;
  text-align: left;
  margin: 40px 0 20px;
  color: #333333;
  position: relative;
}

.under h3:before,
h2.sec_ttl:before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100vw - 500px);
  height: 2px;
  top: 0;
  bottom: 0;
  right: calc(100% + 10px);
  left: auto;
  margin: auto;
  background: #7bad00;
}

@media (max-width: 768px) {
  .under h3,
  h2.sec_ttl {
    font-size: 22px;
    line-height: 1.5;
    margin: 30px 0 0.5em;
    padding-bottom: 0.4em;
  }
  .under h3:before,
  h2.sec_ttl:before {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    top: auto;
  }
}
.under h4,
.top h3.title {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  text-align: left;
  margin: 15px 0 10px 0;
  padding-left: 28px;
  padding-bottom: 10px;
  border-bottom: solid 1px #cccccc;
}

.under h4:before,
.top h3.title:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 17px;
  bottom: auto;
  right: auto;
  left: 0;
  margin: auto;
  border-radius: 50%;
  border: solid 4px #bad083;
}

@media (max-width: 768px) {
  .under h4,
  .top h3.title {
    font-size: 20px;
  }
  .under h4:before,
  .top h3.title:before {
    top: 12px;
  }
}
.under h5 {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  text-align: left;
  margin: 15px 0 10px 0;
  color: #7bad00;
  display: table;
  padding-left: 20px;
}

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

@media (max-width: 768px) {
  .under h5 {
    font-size: 18px;
  }
  .under h5:before {
    top: 17px;
  }
}
.under h6 {
  font-size: 16px;
  position: relative;
  text-align: left;
  margin: 20px 0 10px;
  background: #f1a63c;
  display: table;
  padding: 0.1em 1em 0.1em 1.5em;
  border-radius: 3px;
  color: #fff;
  border-radius: 5px;
}

.under h6:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0.5em;
  margin: auto;
  border-radius: 50%;
  background: #fff;
}

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

.blog_body .h3_title_wrap .inner {
  width: 100% !important;
  max-width: 100% !important;
}

.blog_body .h3_title_wrap .inner h3 {
  max-width: 100% !important;
}

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

/*トップページ*/
.mainimage {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.mainimage .column {
  padding: 0;
}

.mainimage img {
  width: 100%;
}

.mainimage .maincopy {
  position: absolute;
  width: 34.59375vw;
  height: 34.8020833333vw;
  left: auto;
  right: 18.75vw;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 648px;
  max-height: 650px;
  z-index: 1;
}

@media (max-width: 768px) {
  .mainimage .maincopy {
    left: 0;
    right: 0;
    top: auto;
    bottom: 3%;
    width: 100vw;
    height: 48.8vw;
    max-width: 750px;
    max-height: 385px;
  }
}
.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%;
  }
}
/*下層ページ*/
/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

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

/*アイコンの＋と×*/
.accordion-area .title::before,
.accordion-area .title::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #7bad00;
  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 .box02 {
  display: block;
  /*管理画面は表示*/
  /*background: #f3f3f3;*/
  border-left: 2px solid #7bad00;
  margin: 0 3% 3% 3%;
  padding: 3%;
}

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

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

.bg01 {
  background: #e9f9f0;
  padding: 50px;
  box-sizing: border-box;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .bg01 {
    padding: 20px;
  }
}
.textstrong {
  font-weight: bold;
  font-size: 18px;
}

@media (min-width: 769px) {
  .d-flex {
    display: flex !important;
  }
  .d-flex.align_items_center {
    align-items: center !important;
  }
}
.pagination > .active > a {
  background: #7bad00 !important;
  border-color: #7bad00 !important;
}

.leadtext {
  text-align: center;
  font-weight: bold;
  font-size: 1.15em;
  color: #fc899d;
}

/* =============================================
header
============================================= */
/*ヘッダー固定時のアンカーリンク調整*/
@media (max-width: 960px) {
  .under #a02,
  .under #a03,
  .under #a04,
  .under #a05,
  .under #a06,
  .under #a07,
  .under #a08,
  .under #a09,
  .under #a10,
  .under #a11,
  .under #a12,
  .under #a13,
  .under #a14,
  .under #a15,
  .under #a16,
  .under #a17,
  .under #a18,
  .under #a19,
  .under #a20,
  .under #a21,
  .under #a22,
  .under #a23,
  .under #a24,
  .under #a25,
  .under #a26,
  .under #a27,
  .under #a28,
  .under #a29,
  .under #a30,
  .under #a31,
  .under #a32,
  .under #a33,
  .under #a34,
  .under #a35,
  .under #a36,
  .under #a37 {
    margin-top: -70px;
    padding-top: 70px;
  }
}
#header {
  padding: 10px 0;
}

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

#header h1 {
  float: none;
  margin: 0;
  max-width: 34%;
}

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

#header .hdr_info_wrap {
  max-width: 70%;
}

#header .icon_text {
  font-weight: bold;
}

#menu {
  display: flex;
  justify-content: flex-start;
  /* max-width: 76%; */
  flex: 1;
}

#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: 5px;
  box-sizing: border-box;
  font-size: 16px;
  text-decoration: none;
  color: #343434;
  line-height: 1.6;
}

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

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

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

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

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

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

@media (min-width: 961px) {
  .sp2 {
    display: none !important;
  }
  #header .hdr_info_list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: min(1vw, 1em);
  }
  #header .hdr_info_list a {
    font-weight: bold;
    color: #fff;
    text-align: center;
    display: inline-block;
    padding: 0.8em 2em 0.8em 1em;
    position: relative;
    text-decoration: none;
    font-size: clamp(12px, 1vw, 16px);
  }
  #header .hdr_info_list .official_btn {
    border-radius: 5px;
    background: linear-gradient(90deg, rgb(53, 81, 166) 0%, rgb(87, 114, 196) 100%);
  }
  #header .hdr_info_list .official_btn:after {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 12px;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0.5em;
    margin: auto;
    background: url(/images/ic_link.png) no-repeat center/contain;
  }
  #header .hdr_info_list .recruit_btn {
    border-radius: 5px;
    background: linear-gradient(-90deg, rgb(123, 173, 0) 0%, rgb(157, 180, 100) 100%);
  }
  #header .hdr_info_list .recruit_btn:after {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 8px;
    top: 0;
    bottom: 0;
    right: 0.5em;
    left: auto;
    margin: auto;
    background: #fff;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
            clip-path: polygon(0 0, 0 100%, 100% 50%);
  }
  #menu {
    padding-left: 2%;
  }
  #menu-list {
    margin: 0;
    list-style-type: none;
    display: flex;
    align-items: stretch;
    max-width: 100%;
  }
  #menu-list > li {
    display: flex;
    justify-content: center;
    box-sizing: border-box;
  }
  #menu-list > li > a {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
    font-size: clamp(12px, 1.2vw, 16px);
    padding: 0 min(1em, 0.6vw);
  }
}
@media (min-width: 961px) {
  #menu-list > li > ul.menu-children {
    top: 100%;
    z-index: 1;
  }
}
@media screen and (max-width: 960px) {
  .pc2 {
    display: none !important;
  }
  #content {
    margin-top: 75px;
  }
  #header {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 0;
    height: 75px;
    box-sizing: border-box;
    z-index: 5;
    display: flex;
    align-items: center;
    background: #fff;
  }
  #header .hdr_top {
    padding: 0;
    width: 100%;
  }
  #header h1 {
    max-width: 80%;
    width: 300px;
  }
  #header .hdr_info_wrap img {
    max-width: 35px;
    display: block;
  }
  nav:not(.wf_paging) {
    position: fixed;
    top: 0;
    left: -300px;
    bottom: 0;
    width: 60%;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all 0.3s;
    z-index: 3;
    opacity: 0;
    background: #f5f5f5;
    visibility: hidden;
    max-width: 300px;
  }
  .open nav {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
  .toggle {
    display: block;
    width: 40px;
    height: 40px;
    transition: all 0.3s;
    cursor: pointer;
    z-index: 3;
    position: relative;
  }
  .toggle span {
    position: absolute;
    left: 0;
    width: 40px;
    height: 3px;
    border-radius: 5px;
    background-color: #6d9900;
    border-radius: 4px;
    transition: all 0.3s;
  }
  .toggle span:nth-child(1) {
    top: 4px;
  }
  .toggle span:nth-child(2) {
    top: 18px;
  }
  .toggle span:nth-child(3) {
    bottom: 4px;
  }
  .open .toggle span {
    background-color: #fff;
  }
  .open .toggle span:nth-child(1) {
    transform: translateY(14px) rotate(-45deg);
  }
  .open .toggle span:nth-child(2) {
    opacity: 0;
  }
  .open .toggle span:nth-child(3) {
    transform: translateY(-14px) rotate(45deg);
  }
  #navbk {
    display: none;
    transition: all 0.3s;
  }
  .open #navbk {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 2;
    cursor: pointer;
  }
  #menu {
    padding-bottom: 0;
  }
  #menu-list > li {
    width: 100%;
  }
  #menu-list > li:hover {
    background: none;
  }
  #menu-list > li > a {
    height: 100%;
    padding: 0px;
    font-size: 100%;
    border-bottom: 1px solid #bad083;
    padding: 10px;
    background: #f5f5f5;
  }
  #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.8;
    background: #7bad00;
  }
  #menu-list > li > ul.menu-children > li > a:hover {
    background: #a4dd16;
  }
}
/* =============================================
footer
============================================= */
#footer {
  background: url(/images/bg_img001.jpg) no-repeat center/cover;
  padding: 100px 0;
}

@media (max-width: 768px) {
  #footer {
    padding: 50px 0 0;
  }
}
#footer a {
  color: #fff;
}

@media (max-width: 768px) {
  #footer .fotter_logo {
    text-align: center;
  }
}
#footer table {
  width: 100%;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  #footer table {
    margin-bottom: 10px;
  }
}
#footer table tr th {
  padding: 5px 0;
  text-align: left;
  width: 100px;
  position: relative;
}

#footer table tr th,
#footer table tr td {
  color: #fff;
}

#footer table tr td a {
  color: #fff;
}

@media (max-width: 768px) {
  #footer table tr th {
    width: 25%;
  }
}
#footer table tr td {
  padding: 5px 0;
}

#footer table a {
  text-decoration: none;
  color: #443b39;
}

@media (min-width: 769px) {
  #footer .btn_wrap a {
    margin: 15px 0 auto 0;
  }
}
#footer .menu_ttl {
  font-size: clamp(16px, 3vw, 18px);
  color: #7bad00;
  font-weight: bold;
  border-bottom: solid 2px #7bad00;
  margin-bottom: 0.5em;
  letter-spacing: 0.1em;
}

#footer .footer_menu li {
  padding-left: 1em;
  position: relative;
  margin-top: 0.2em;
  letter-spacing: 0.1em;
}

#footer .footer_menu li.noarrow:before {
  content: none;
}

#footer .footer_menu li:before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  top: 13px;
  bottom: auto;
  right: auto;
  left: 0;
  margin: auto;
  background: #7bad00;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
}

#footer .footer_menu li a {
  color: #fff;
}

#footer .footer_menu li ul li {
  margin: 0;
  padding-left: 0;
}

#footer .footer_menu li ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 2px;
  top: 0;
  bottom: 0;
  right: auto;
  left: -16px;
  margin: auto;
  background: #333333;
  border: none;
  border-radius: 0;
}

#footer .googlemap {
  margin-top: 50px;
}

@media (max-width: 768px) {
  #footer .googlemap {
    margin-top: 30px;
  }
}
#footer .tel_text {
  text-align: left;
}

#footer .address_text {
  padding-left: 40px;
  position: relative;
  line-height: 1.625;
}

#footer .address_text:before {
  content: "";
  display: block;
  position: absolute;
  width: 26px;
  height: 31px;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  background: url(/images/ic_access.png) no-repeat center;
}

.copyright {
  width: 100%;
  text-align: left;
  font-size: 16px;
  margin-top: 100px;
  padding: 1em;
  box-sizing: border-box;
  color: #fff;
  border-top: solid 1px;
}

@media (max-width: 768px) {
  .copyright {
    margin-top: 40px;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    padding-bottom: 20vw;
  }
}
/* =============================================
contents
============================================= */
@media (min-width: 769px) {
  .pc-center {
    text-align: center;
  }
}
h2.sec_ttl {
  margin-top: 0;
  font-size: 45px;
}

@media (max-width: 768px) {
  h2.sec_ttl {
    font-size: 30px;
    margin-bottom: 1em;
  }
}
.top h3.title {
  margin-top: 0;
  padding-bottom: 0;
  border: none;
  font-size: 30px;
}

@media (max-width: 768px) {
  .top h3.title {
    font-size: 24px;
  }
}
.top h3.title:before {
  top: 23px;
}

@media (max-width: 768px) {
  .top h3.title:before {
    top: 17px;
  }
}
body:not(.page_edit) .link_wrap {
  position: relative;
  transition: 0.2s;
}

body:not(.page_edit) .link_wrap .link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 0;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}

body:not(.page_edit) .link_wrap:hover {
  opacity: 0.8;
}

.sec01 {
  padding: clamp(40px, 8vw, 100px) 0;
}

.sec01 .title_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .sec01 .title_wrap {
    margin-bottom: 5px;
  }
}
.sec01 h2.sec_ttl {
  margin-bottom: 0;
}

.sec01 .btn_wrap a {
  width: 180px;
  padding: 5px;
}

@media (max-width: 768px) {
  .sec01 .btn_wrap a {
    width: 130px;
  }
}
.sec01 .wf_blog_ul {
  max-height: 200px;
  overflow-y: scroll;
}

@media (min-width: 769px) {
  .sec01 {
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
}
.sec01 .flex_cont {
  display: flex;
  justify-content: center;
}

@media (min-width: 769px) {
  .sec01 .flex_cont {
    max-width: 90%;
    margin: 0 auto;
  }
}
.sec01 .news_content {
  box-sizing: border-box;
}

.sec01 .wf_paging {
  display: none;
}

.sec02 {
  padding: clamp(40px, 8vw, 100px) 0;
}

.sec02 .columns {
  margin: 1em 0 0 0 !important;
}

@media (min-width: 769px) {
  .sec02 .columns {
    padding: 0 !important;
    margin: 2em 0 0 0 !important;
    justify-content: space-between;
  }
}
.sec02 .link_wrap {
  background: #fff;
  position: relative;
}

@media (min-width: 769px) {
  .sec02 .link_wrap {
    padding: 0 !important;
    margin: 0 !important;
    width: 32%;
  }
}
.sec02 .link_wrap:after {
  content: "";
  display: block;
  position: absolute;
  width: 13.5px;
  height: 13.5px;
  bottom: 11px;
  right: 11px;
  margin: auto;
  background: linear-gradient(135deg, transparent 0%, transparent 50%, #7bad00 50%, #7bad00 100%);
}

.sec02 .link_wrap img {
  display: block;
  width: 100%;
}

.sec02 .link_wrap .text_wrap {
  padding: 1.2em;
}

.sec02 .title_text {
  font-weight: bold;
  font-size: clamp(18px, 2vw, 26px);
  letter-spacing: 0;
  line-height: 1.7;
}

.sec02 .position {
  font-size: clamp(16px, 1.6vw, 20px);
  color: #999999;
  margin-top: 0.5em;
}

.sec02 .btn_wrap {
  margin-top: 3em;
}

.sec03 {
  padding: clamp(40px, 8vw, 100px) 0;
  background: #f5f5f5;
}

.sec03 .columns {
  gap: 30px 2%;
}
@media (min-width: 769px) {
  .sec03 .columns {
    padding: 0 !important;
    margin: 1.5em 0 0 0 !important;
    justify-content: space-between;
  }
}
@media (min-width: 769px) {
  .sec03 .column:has(.link_wrap1) {
    padding: 0 !important;
    margin: 0 !important;
    width: 49%;
  }
}
.sec03 .link_wrap img {
  display: block;
  width: 100%;
}

.sec03 .link_wrap.link_wrap1 {
  margin: 1em 0 0 0 !important;
}

.sec03 .link_wrap.link_wrap1 .bnr_ttl {
  background: #7bad00;
  color: #fff;
  font-size: clamp(24px, 2.5vw, 30px);
  text-align: left;
  padding: 0.5em 1em;
  position: relative;
}

.sec03 .link_wrap.link_wrap1 .bnr_ttl:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 4px;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  background: #bad083;
}

.sec03 .link_wrap.link_wrap1 .bnr_ttl:after {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  bottom: 0;
  right: 20px;
  left: auto;
  margin: auto;
  max-width: 2em;
  background: url(/images/arrow_r.png) no-repeat center/contain;
}

.sec03 .link_wrap.link_wrap2 {
  background: #fff;
  position: relative;
}

@media (min-width: 769px) {
  .sec03 .link_wrap.link_wrap2 {
    padding: 0 !important;
    margin: 0 !important;
    width: 49%;
  }
}
.sec03 .link_wrap.link_wrap2:after {
  content: "";
  display: block;
  position: absolute;
  width: 13.5px;
  height: 13.5px;
  bottom: 11px;
  right: 11px;
  margin: auto;
  background: linear-gradient(135deg, transparent 0%, transparent 50%, #7bad00 50%, #7bad00 100%);
}

@media (max-width: 767px) {
  .sec03 .link_wrap.link_wrap2:first-child {
    margin-top: 2em;
  }
}
.sec03 .link_wrap.link_wrap2 .text_wrap {
  padding: 1.2em;
}

.sec03 .link_wrap.link_wrap2 .bnr_ttl {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 0.3em;
}

.sec04 {
  padding: clamp(40px, 8vw, 100px) 0;
  background: #f5f5f5;
}

@media (min-width: 769px) {
  .sec04 .inner {
    max-width: 100%;
    width: 100% !important;
    margin: 0;
    padding: 0;
  }
  .sec04 .columns {
    align-items: center;
  }
  .sec04 .columns,
  .sec04 .column {
    margin: 0;
    padding: 0;
  }
  .sec04 .con_text {
    padding-left: max(50% - 500px, 10px);
    padding-right: 2%;
  }
  .sec04 .btn_wrap {
    margin-top: 20%;
  }
  .sec04 .btn_wrap a {
    margin-left: 0;
    margin-right: auto;
  }
}
.sec04 .btn_wrap {
  margin-top: 20px;
}

/* =============================================
under customize
============================================= */
@media (min-width: 769px) {
  .custom_table tbody th {
    width: 20%;
  }
}
@media (max-width: 768px) {
  .custom_table tbody th {
    width: 110px;
  }
}
.borderbox {
  padding: 30px 40px 30px !important;
  box-sizing: border-box;
  background: #f5f5f5;
  border: none;
}

@media (max-width: 768px) {
  .borderbox {
    padding: 20px 20px 20px !important;
  }
}
.bg_box {
  padding: 30px;
  background: linear-gradient(-90deg, rgb(123, 173, 0) 0%, rgb(157, 180, 100) 100%);
  color: #fff;
}

@media (max-width: 768px) {
  .bg_box {
    padding: 20px;
  }
}
@media (min-width: 769px) {
  .flex-list {
    display: flex;
    flex-wrap: wrap;
  }
  .flex-list li {
    flex: auto;
    width: 100%;
    max-width: 50%;
  }
}
.responsive-scroll {
  overflow: auto;
}

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

.custum_table th,
.custum_table td {
  text-align: center;
}

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

@media screen and (max-width: 768px) {
  .t01_wrap th,
  .t01_wrap td {
    padding: 0.5em 0.3em;
  }
}
.flex-list li {
  position: relative;
  padding-left: 20px;
  box-sizing: border-box;
}

.flex-list li::after {
  content: "";
  position: absolute;
  top: 9px;
  bottom: auto;
  left: 0;
  right: auto;
  margin: auto;
  width: 8px;
  height: 8px;
  background: #7bad00;
  border-radius: 50%;
}

.t01_wrap th,
.t01_wrap td {
  -webkit-text-size-adjust: 100%;
}

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

.small_text {
  font-size: 10px;
}

@media (max-width: 768px) {
  .schedule_timetable + .schedule_timetable {
    margin-top: 70px;
    position: relative;
    overflow: visible;
  }
  .schedule_timetable + .schedule_timetable:before {
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: 70px;
    top: -70px;
    bottom: auto;
    right: 0;
    left: 0;
    margin: auto;
    border-left: dotted 3px #ccc;
  }
}
.schedule_timetable .time {
  display: inline-block;
  padding: 3px 25px;
  border-radius: 50px;
  /* font-size: 1.5em; */
  font-weight: bold;
  text-align: center;
  background: #f7eea7;
}

.schedule_timetable .ttl {
  font-weight: bold;
  font-size: 1.3em;
}

.wf_flow_down_wrap {
  margin-bottom: 10px !important;
  margin-top: -30px;
}

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

.tb_br {
  display: none;
}

@media (max-width: 1000px) and (min-width: 769px) {
  .tb_br {
    display: block;
  }
}
@media (max-width: 1100px) {
  #menu-list > li.pc_last-child > ul.menu-children {
    right: 0;
  }
}
.slide_box {
  max-width: 1000px !important;
  margin: 0 auto !important;
}

.slide_box img {
  width: 100%;
  height: 470px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1020px) {
  .slide_box {
    width: 94% !important;
  }
}
@media (max-width: 768px) {
  .slide_box img {
    height: 210px;
  }
}
.scroll_table .cont {
  overflow-x: scroll;
}

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

.img_fit_box img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
  object-fit: cover;
}

.sidebanner {
  position: fixed;
  right: 0;
  z-index: 10;
  top: 177px;
}

@media (min-width: 769px) and (max-width: 1280px) {
  .sidebanner {
    width: 80px;
  }
}
.sidebanner ul img {
  display: block;
  width: 100%;
}

@media (min-width: 769px) {
  .sidebanner ul li + li {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .sidebanner {
    position: fixed;
    right: 0;
    z-index: 10;
    top: auto;
    bottom: 0;
  }
  .sidebanner ul {
    display: flex;
  }
  .sidebanner ul li {
    margin: 0;
  }
  .sidebanner ul img {
    display: block;
  }
}
@media (min-width: 961px) {
  #header #menu-list > li > a .nav_icon {
    height: 35px;
    display: flex;
    align-items: center;
    margin-bottom: 3px;
  }
}
.t01_wrap th,
.t01_wrap td {
  padding: 0.8em;
}

@media (max-width: 768px) {
  .t01_wrap.scroll_table2 .cont {
    overflow-x: scroll;
  }
  .t01_wrap.scroll_table2 table {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
  }
}
@media (max-width: 768px) {
  .list_dot li:before {
    top: 12px;
  }
  .t01_wrap table .list_dot li:before {
    top: 7px;
  }
}
#footer .footer_menu li ul li a {
  font-weight: normal;
}

.under h4 + .columns {
  margin-top: 15px;
}

@media (max-width: 768px) {
  .under h4 + .columns {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .borderbox,
  .borderwhite {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .leadtext {
    font-size: 15px;
  }
}
@media (max-width: 1200px) {
  #footer .is-offset-2 .columns {
    display: block;
  }
  #footer .is-offset-2 .columns .column {
    padding: 0;
  }
}
.max300 img {
  max-width: 300px;
}

@media (max-width: 768px) {
  .max300 img {
    margin: 0 auto;
    display: block;
  }
}
@media (max-width: 768px) {
  .scr_table .cont {
    overflow-x: scroll;
  }
  .scr_table table {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
  }
}
@media (min-width: 961px) {
  #header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: #fff;
    width: 100%;
    height: 80px;
    padding: 0;
    display: flex;
  }
  #content {
    margin-top: 80px;
  }
}
.sec02 .carousel_inner {
  max-width: 1200px;
  margin-top: 22px;
}

.sec02 .carousel_inner .slick-list {
  margin: 0 -15px !important;
}

.sec02 .carousel_inner .slick-slide {
  margin: 0 15px !important;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}

.sec02 .carousel_inner .slick-next {
  right: -50px;
  transform: translate(0, -175%);
}

.sec02 .carousel_inner .slick-prev {
  left: -50px;
  transform: translate(0, -175%) rotate(180deg);
}

.sec02 .carousel_inner .slick-prev,
.sec02 .carousel_inner .slick-next {
  width: 26px;
  height: 65px;
}

.int_img_box {
  position: relative;
}

.int_img_box .int_text_box {
  padding: 40px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  background: linear-gradient(-90deg, rgb(123, 173, 0) 0%, rgb(157, 180, 100) 100%);
  color: #fff;
}

.int_img_box .int_text_box.int_text_box2 {
  left: 0;
  right: auto;
}

.int_img_box .int_text_box .int_text {
  font-size: 24px;
  letter-spacing: 0.05m;
}

@media (max-width: 768px) {
  .int_img_box .int_text_box {
    padding: 20px;
    position: static;
  }
  .int_img_box .int_text_box .int_text {
    font-size: 17px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .int_img_box img {
    display: block;
  }
  .int_img_box .int_text_box .int_name {
    text-align: right;
    font-size: 15px;
  }
}
.id_box h3::before {
  display: none;
}

.id_box h3 {
  margin: 20px;
}

@media (max-width: 768px) {
  .id_box h3 {
    margin: 0;
  }
}
@media (max-width: 1350px) {
  .sec02 .carousel_inner .slick-next {
    right: 0;
  }
  .sec02 .carousel_inner .slick-prev {
    left: 0;
    z-index: 2;
  }
}
.wf_flow_down_wrap {
  margin-bottom: 10px !important;
  margin-top: -15px;
}

.wf_flow_down {
  width: 30px;
  height: 30px;
}

@media (min-width: 769px) {
  .under #a02,
  .under #a03,
  .under #a04,
  .under #a05,
  .under #a06,
  .under #a07,
  .under #a08,
  .under #a09,
  .under #a10,
  .under #a11,
  .under #a12,
  .under #a13,
  .under #a14,
  .under #a15,
  .under #a16,
  .under #a17,
  .under #a18,
  .under #a19,
  .under #a20,
  .under #a21,
  .under #a22,
  .under #a23,
  .under #a24,
  .under #a25 {
    margin-top: -90px;
    padding-top: 90px;
  }
}
.st_text {
  font-size: 24px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .st_text {
    font-size: 17px;
  }
}
.sec02 .slick-track {
  margin-bottom: 15px;
}

canvas {
  pointer-events: none;
}

#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: 1.6rem;
  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: 17%;
  left: 53%;
}

#age2 .graph .label li.label01 {
  top: 8%;
  left: 53%;
}

#age .graph .label li.label02 {
  top: 56%;
  left: 62%;
}

#age2 .graph .label li.label02 {
  top: 45%;
  left: 66%;
}

#age .graph .label li.label03 {
  top: 56%;
  left: 14%;
}

#age2 .graph .label li.label03 {
  top: 61%;
  left: 16%;
}

#age .graph .label li.label04 {
  top: 17%;
  left: 20%;
}

#age2 .graph .label li.label04 {
  top: 26%;
  left: 19%;
}

#age .graph .label li.label05 {
  top: 10%;
  left: 29%;
}

#age2 .graph .label li.label05 {
  top: 5%;
  left: 29%;
}

#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: 18%;
  left: 19%;
  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: 2.4rem;
  }
}

#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: 10rem;
  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;
  top: 7%;
  width: 100%;
  text-align: center;
  font-size: 2rem;
  color: #5dc1cf;
  opacity: 0;
  font-family: "Roboto Condensed", sans-serif;
}

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

#paid2 .graph .circle .num .num01 {
  font-size: 6rem;
  letter-spacing: -0.05em;
}
@media (max-width: 1000px) {
  #paid2 .graph .circle .num .num01 {
    font-size: 4.5rem;
  }
}
@media (max-width: 768px) {
  #paid2 .graph .circle .num .num01 {
    font-size: 4rem;
  }
}

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

.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: 11%;
  left: 27%;
  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: 36%;
  left: 64%;
}

#age .graph .label li.label02 {
  top: 60%;
  left: 21%;
}

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

#age .graph .label li.label04 {
  top: 22%;
  left: 25%;
  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;
}

#age2 .graph .label li.label01 {
  top: 19%;
  left: 56%;
}

#age2 .graph .label li.label02 {
  top: 53%;
  left: 68%;
}

#age2 .graph .label li.label03 {
  top: 74%;
  left: 35%;
}

#age2 .graph .label li.label04 {
  top: 53%;
  left: 4%;
  font-size: 1.2rem;
}

#age2 .graph .label li.label05 {
  top: 19%;
  left: 15%;
}

#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: 10rem;
  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: 10%;
        left: 25%;
  }
  #age2 .graph .label li {
    font-size: 1rem;
  }
  #age2 .graph .label li b {
    font-size: 1.2rem;
  }
  #age2 .graph .label li.label04 {
    top: 53%;
    left: 4%;
    font-size: 1rem;
  }
  #age .graph .label li.label03 {
    top: 33%;
    left: 6%;
  }
  #age .graph .label li.label04 {
    top: 25%;
    left: 25%;
  }
#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 */