@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
  background: #fff;
  color: #000;
  line-height: 2 !important;
}

.hidden {
  display: none;
}

.top .onebox img {
  border-radius: 0 !important;
}

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

.wf_blog_li_thumb {
  display: none !important;
}

.wf_lic .wf_blog_li_date:before {
  text-align: center;
  min-width: 6em;
  display: inline-block;
  padding: 2px 5px;
  font-size: 14px;
  margin-right: 5px;
  border-radius: 0;
}

.link_btn a {
  margin: auto;
}

.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: #262626 !important;
  text-align: center;
  color: #fff;
}

a,
a:visited {
  color: #fff;
}

a:hover {
  color: #dc0307;
}

/**/
#header .inner {
  width: 100%;
}

#footer {
  box-sizing: border-box;
}

#footer .columns {
  box-sizing: border-box;
}

#content .inner,
#footer .inner,
.totop .inner {
  width: 1000px;
  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::after {
  top: -40px !important;
}

.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: 1000px;
  margin: 0 auto;
}

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

.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: 1000px;
  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: 1200px) {

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

@media (min-width: 769px) {
  .sec_01 .wf_blog_ul.お知らせ .wf_blog_li_title {
    float: none;
    padding-left: 250px;
  }
}

@media (max-width: 768px) {

  .wf_blog_ul .wf_blog_li_date,
  .wf_blog_ul .wf_blog_li_title {
    float: none;
    display: inline-block;
  }
}

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

/* *******************************************************************************
******************************************************************************* */
body:not(.page_edit) {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  background: #000 !important;
  letter-spacing: 0.1em;
color: #fff;
}

input,
button,
select,
textarea,
.btn.btn-info {
  font-family: "-apple-system", BlinkMacSystemFont, "Helvetica Neue", Roboto, "Droid Sans", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, 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: #dc0307;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 7px;
  position: absolute;
  top: 11px;
  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 23px;
  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 23px;
  position: relative;
  width: 32%;
}

ul.ul02 li a {
  font-weight: bold;
  color: #000;
}

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

.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 #dc0307;
  border-radius: 0;
  color: #fff;
  font-size: 23px;
  margin: 0 10px 0 0;
  padding: 0 8px;
  font-family: "Outfit", sans-serif;
}

.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: #e9faff;
  padding: 2em;
  box-sizing: border-box;
  background: url(/images/bg_img005.jpg) no-repeat center center / cover;
}

.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 (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: #eeeeee;
  width: auto;
}

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

/* =====================================
=================追加分================ */
.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%;
}

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

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

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

@media (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
    color: #fff;
  }
}

.center1 {
  text-align: center;
}

.center2 {
  text-align: center;
}

@media (max-width: 768px) {
  .center2 {
    text-align: left;
  }
}

.color1 {
  color: #dc0307;
}

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

/*ボタンデザイン*/
.btn_wrap a {
  background: #ffae00;
  color: #000;
  font-size: 16px;
  border-radius: 50vw;
  max-width: 100%;
  padding: 10px 35px 8px;
  width: 250px;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  font-weight: bold;
}

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

.btn_wrap a:before {
  display: none;
}

.btn_wrap a:after {
  width: 5px;
  height: 5px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  border-top: none;
  right: 23px;
  top: 52%;
  transform: translateY(-30%) rotate(-45deg);
  content: "";
}

.contact_btn a:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  color: #fff;
  transform: translateY(-20%) rotate(-45deg);
}

.contact_btn a {
  color: #fff;
}

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

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

.btn_color01 a {
  background: #a3c96c;
}

.btn_color02 a {
  background: #dc0307;
}

.btn_color03 a {
  background: #50a6d7;
}

/*pagetopボタン*/
.pagetop {
  background: url(/images/top_btn.jpg) no-repeat center/contain;
  width: 65px;
  height: 66px;
  z-index: 3;
  position: fixed;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

@media (max-width: 768px) {
  .pagetop {
    width: 50px;
    height: 51px;
  }
}

.pagetop:before {
  display: none;
}

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

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

/*ブログ一覧のカテゴリ表示*/
.wf_lic_お知らせ .wf_blog_li_date:before {
  content: "お知らせ";
  color: #000;
  margin-right: 10px;
  font-size: 14px;
  width: 140px;
  font-weight: bold;
background: #fff;
}

@media (max-width: 767px) {
  .wf_lic_お知らせ .wf_blog_li_date:before {
    width: 80px;
  }
}

.wf_blog_li_date_date,
.wf_blog_li_title {
  color: #2d2d2d;
}

.wf_blog_li_date_date {
  color: #000;
  letter-spacing: 2px;
  margin-right: 5px;
}

@media (max-width: 767px) {
  .wf_blog_li_date_date {
    letter-spacing: 1px;
  }
}

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

/*各タイトルパーツ調整*/
/*タイトルパーツデザイン*/
.top .title_wrapper {
  margin-bottom: clamp(25px, 5vw, 50px);
}

.top .title_wrapper h2 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: clamp(45px, 5vw, 80px);
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1;
color: #fff;
}

.top .title_wrapper h2 .large_letter {
  color: #dc0307;
}

.top .title_wrapper .title_ja {
  font-size: clamp(18px, 2vw, 20px);
  text-align: center;
  margin-top: 0.4em;
  font-weight: bold;
color: #fff;
}

.color_wh h2,
.color_wh .title_ja {
  color: #fff;
}

.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: 32px;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
  padding: 50px 0;
  color: #fff;
  background: url(/images/h1.png) no-repeat center center / cover;
}

@media (max-width: 768px) {

  .blog_body .h3_title_wrap h3,
  .under h2 {
    font-size: 26px;
    padding: 30px 0;
  }
}

.under h3 {
  font-size: 28px;
  letter-spacing: 0.1em;
  font-weight: bold;
  position: relative;
  text-align: center;
  margin: 40px 0 0;
  padding: 0 0 5px 0;
  line-height: 1.8;
  color: #fff;
}

.under h3:before {
  content: "";
  display: block;
  width: 2px;
  height: 35px;
  top: auto;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: #dc0307;
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .under h3 {
    font-size: 24px;
    line-height: 2;
    padding-bottom: 10px;
    margin: 30px 0 1em;
  }

  .under h3:after {
    width: 40px;
  }
}

.under h4 {
  font-size: 22px;
  font-weight: bold;
  position: relative;
  text-align: left;
  margin: 30px 0 20px 0;
  padding-left: 20px;
  border-bottom: 1px solid #fff;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding-bottom: 9px;
}

.under h4:before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: auto;
  left: 0;
  right: auto;
  margin: auto 0;
  width: 4px;
  height: 22px;
  background: #fff;
}

.under h4:after {
  content: "";
  position: absolute;
  top: 5px;
  bottom: auto;
  left: 0;
  right: auto;
  margin: auto 0;
  width: 4px;
  height: 11px;
  background: #dc0307;
}

@media (max-width: 768px) {
  .under h4:after {
    top: 3px;
    height: 10px;
  }

  .under h4:before {
    height: 20px;
    top: 3px;
  }
}

@media (max-width: 768px) {
  .under h4 {
    font-size: 19px;
    padding-left: 13px;
  }
}

.under h5 {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  text-align: left;
  margin: 20px 0 10px 0;
  padding-left: 17px;
  color: #dc0307;
  line-height: 1.5;
}

.under h5:after {
  content: "";
  position: absolute;
  top: 11px;
  bottom: auto;
  left: 0;
  right: auto;
  margin: auto 0;
  width: 7px;
  height: 7px;
  background: #dc0307;
}

@media (max-width: 768px) {
  .under h5:after {
    top: 9px;
  }

  .under h5 {
    margin: 13px 0 10px 0;
  }
}

@media (max-width: 768px) {
  .under h5 {
    font-size: 17px;
  }
}

.under h6 {
  font-size: 18px;
  position: relative;
  text-align: left;
  margin: 20px 0 10px;
  background: #686463;
  display: table;
  padding: 0 10px;
  border-radius: 3px;
  color: #000;
}

@media (max-width: 768px) {
  .under h6 {
    font-size: 16px;
  }
}

/*topのタイトルパーツに継承*/
/*下層ページのタイトルパーツに継承*/
/*ブログ一覧ページタイトルパーツにも継承*/
/*ブログのタイトルも下層ページと同じデザインに変更*/
.blog_body .h3_title_wrap h3 {
  margin: 0;
  color: #fff;
}

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

.mainimage .column {
  padding: 0;
}

.mainimage .maincopy {
  position: absolute;
  width: 23vw;
  height: 10vw;
  left: 23%;
  right: auto;
  top: auto;
  bottom: 8%;
  margin: auto;
  max-width: 425px;
  max-height: 176px;
}

@media only screen and (max-width: 768px) {
  .mainimage .maincopy {
    max-width: 436px;
    max-height: 180px;
    width: 61vw;
    height: 26vw;
    left: 3%;
    bottom: 4%;
  }
}

/*下層ページ*/
/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
}

.accordion-area li {
  margin: 10px 0;
}

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

/*アイコンの＋と×*/
.accordion-area .title::after {
  transition: all 0.5s ease;
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  top: 0;
  bottom: 6px;
  left: auto;
  right: 30px;
  margin: auto;
  border-bottom: 2px solid #dc0307;
  border-right: 2px solid #dc0307;
  border-top: none;
  transform: rotate(45deg);
  content: "";
}

.accordion-area table {
  width: 100% !important;
}

.era_txt {
  border: 1px solid #dc0307;
  font-weight: bold;
  font-size: 20px;
  color: #dc0307;
  margin-bottom: 10px;
}

/*　closeというクラスがついたら形状変化　*/
.accordion-area .title.close::before {
  transform: rotate(-135deg);
}

.accordion-area .title.close::after {
  transform: rotate(-135deg);
}

/*アコーディオンで現れるエリア*/
.accordion-area .box02 {
  display: block;
  /*管理画面は表示*/
  /*background: #f3f3f3;*/
  margin: 0 3% 3% 3%;
  padding: 3%;
}

.accordion-area .box {
  display: none;
  /*はじめは非表示*/
  /*background: #f3f3f3;*/
  margin: 0 3% 3% 3%;
  padding: 3%;
  background: #fff;
}

.accordion-area .box th {
  font-weight: bold;
  width: 120px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 10px;
}

.accordion-area .box td {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 10px;
color: #000;
}

.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: #dc0307 !important;
  border-color: #dc0307 !important;
}

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

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

.wf_flow_down {
  width: 30px;
  height: 30px;
  border: 5px solid;
  border-color: transparent transparent #565656 #565656;
  transform: rotate(-45deg);
  margin: auto;
}

/* =============================================
header
============================================= */
/*ヘッダー固定時のアンカーリンク調整*/
@media (max-width: 1180px) {

  .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: -70px;
    padding-top: 70px;
  }
}

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

#header h1 {
  float: none;
  width: clamp(100px, 8.5vw, 162px);
  margin: 0;
  margin-left: 2%;
  flex-shrink: 0;
}

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

#header .hdr_info_wrap {
  max-width: 1400px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(10px, 1.5vw, 30px);
}

#header .hdr_info_list {
  list-style: none;
  display: flex;
  align-items: center;
  text-align: right;
  min-width: 230px;
  margin-right: 1.7vw;
}

#header .hdr_info_list .tel_icon {
  color: #f08ca0;
  font-size: 30px;
  display: block;
  display: table;
  font-weight: bold;
  margin: 0 0 0 auto;
  padding-left: 30px;
  position: relative;
  line-height: 1.5;
}

#header .hdr_info_list .tel_icon:before {
  content: "";
  display: block;
  position: absolute;
  width: 21px;
  height: 21px;
  top: 5px;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  background: url(/images/tel_icon.png) no-repeat center;
}

#menu {
  display: flex;
  justify-content: center;
}

#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;
  font-size: 15px;
  text-decoration: none;
  font-weight: normal;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.125;
  font-weight: bold;
}

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

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

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

@media (min-width: 1181px) {
  .sp2 {
    display: none !important;
  }

  #menu-list {
    margin: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    margin-top: 7px;
  }

  #menu-list>li {
    display: flex;
    justify-content: center;
    flex: auto;
    box-sizing: border-box;
  }

  #menu-list>li>a {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
  }
}

@media (min-width: 1181px) {
  #menu-list>li>ul.menu-children {
    top: 100%;
    z-index: 1;
  }
}

@media screen and (max-width: 1180px) {
  .pc2 {
    display: none !important;
  }

  #content {
    margin-top: 60px;
  }

  #header {
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    padding: 0;
    height: 60px;
    box-sizing: border-box;
    z-index: 5;
  }

  #header .hdr_top {
    padding: 0;
    gap: 10px;
  }

  #header h1 {
    width: 100px;
    margin-bottom: 5px;
  }

  #header .hdr_info_list {
    justify-content: end;
  }

  #header .hdr_info_list a {
    display: block;
  }

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

  #header .hdr_info_wrap {
    gap: 0;
  }

  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: #000;
    visibility: hidden;
  }

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

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

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

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

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

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

  .open .toggle span {
    background-color: #fff;
  }

  .open .toggle span:nth-child(1) {
    transform: translateY(11px) rotate(-45deg);
  }

  .open .toggle span:nth-child(2) {
    opacity: 0;
  }

  .open .toggle span:nth-child(3) {
    transform: translateY(-10px) 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 #ccc;
    padding: 14px;
    background: #000;
    line-height: 1.45;
  }

  #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: 2;
    background: #dc0307;
  }
}

/* =============================================
footer
============================================= */
body:not(.top) #footer {
  border-top: solid 1px #fff;
}

#footer {
  background: #000;
  padding: 80px 0 0;
}

@media (max-width: 768px) {
  #footer {
    padding: 40px 0 0;
  }
}

#footer .footer_tel a {
  color: #dc0307;
  font-weight: bold;
  font-size: clamp(24px, 3.7vw, 40px);
  padding-left: 30px;
  position: relative;
}

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

@media (min-width: 768px) {
  .menu_column .cont {
    display: flex;
  }
}

@media (min-width: 768px) {
  #footer .column01 {
    width: 41%;
  }
}

@media (min-width: 768px) {
  #footer .column02 {
    width: 41%;
  }
}

#footer .footer_menu li ul li a {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 14px;
  display: block;
}

#footer .footer_menu li ul li a:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 3px;
  height: 3px;
  top: 13px;
  left: 0px;
  border-radius: 50%;
  background: #dc0307;
  margin-right: 5px;
  vertical-align: 3px;
  margin-left: 5px;
}

#footer .column {
  -webkit-flex: initial;
}

#footer .columns {
  justify-content: space-between;
}

@media (min-width: 768px) {
  #footer .logo_wrapper {
    width: 250px;
  }
}

@media (max-width: 767px) {
  #footer .footer_logo {
    text-align: center;
  }
}

@media (max-width: 768px) {
  #footer .column+.column {
    margin-top: 5px;
  }
}

@media (max-width: 767px) {
  #footer .menu_column {
    margin-top: 50px !important;
  }
}

@media (min-width: 768px) {
  #footer .menu_column {
    width: calc(95% - 250px);
  }
}

@media (min-width: 768px) {
  #footer .mt {
    margin-top: 30px !important;
  }
}

#footer .footer_tel a:before {
  content: "";
  display: block;
  position: absolute;
  width: 23px;
  height: 29px;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  background: url(/images/icon_tel002.png) no-repeat center;
}

@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: 10px 0;
  text-align: left;
  border-bottom: 1px solid #cbe0ad;
  width: 80px;
  position: relative;
  padding-left: 15px;
}

#footer table tr th::before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  top: 18px;
  bottom: auto;
  right: auto;
  left: 0;
  margin: auto;
  background: #dc0307;
  border-radius: 50%;
}

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

#footer table tr td {
  padding: 10px 0;
  border-bottom: 1px solid #cbe0ad;
}

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

@media (min-width: 769px) {
  #footer .btn_wrap a {
    margin: 15px 0 auto 0;
  }
}

#footer .menu_ttl {
  font-size: 18px;
  font-weight: bold;
  border-bottom: solid 2px #94d331;
  margin-bottom: 1em;
}

#footer .footer_menu li {
  padding-left: 0.5em;
  position: relative;
  margin-top: 0.2em;
}

#footer .footer_menu li a {
  color: #fff;
  font-weight: bold;
}

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

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

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

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

@media (max-width: 767px) {
  #footer .footer_menu li {
    padding-left: 0;
  }
}

.footer_bottom {
  width: 100%;
  text-align: center;
  font-size: 16px;
  padding: 20px;
  box-sizing: border-box;
  background: #000;
  margin-top: 80px;
  color: #fff;
}

.footer_bottom .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

@media (max-width: 767px) {
  .footer_bottom .inner {
    flex-direction: column;
  }
}

.footer_bottom ul li a {
  color: #fff;
}

.footer_bottom .sitemap_wrapper {
  display: flex;
  gap: 20px;
}

@media (max-width: 767px) {
  .footer_bottom .sitemap_wrapper {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .copyright {
    font-size: 12px;
  }
}

/* =============================================
contents
============================================= */
@media (min-width: 1181px) {
  .top #header {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 1;
    color: #fff;
  }

  #menu-list a {
    color: #000;
    padding: clamp(5px, 1vw, 13px);
    font-size: clamp(14px, 1vw, 16px);
    letter-spacing: 0.05em;
    text-align: center;
  }

  .top #menu-list a {
    color: #fff;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.8), 0 0 10px rgba(0, 0, 0, 0.7), 0 0 20px rgba(0, 0, 0, 0.6);
  }

  .menu-has-child {
    margin-right: 10px;
    position: relative;
  }

  .menu-has-child::after {
    position: absolute;
    width: 5px;
    height: 5px;
    top: 0;
    bottom: 6px;
    left: auto;
    right: 1px;
    margin: auto;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    border-top: none;
    transform: rotate(45deg);
    content: "";
  }

  .top .menu-has-child::after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.6));
  }
}

@media (max-width: 1500px) {
  #menu-list a {
    padding: 6px;
    font-size: 12px !important;
  }

  .menu-has-child::after {
    right: -5px;
  }
}

@media (max-width: 1180px) {
  #menu-list a {
    font-size: 14px !important;
  }
}

.contact_btn a {
  width: 230px;
  background: #dc0307;
  border-radius: 50vw;
  text-shadow: none;
  text-align: center;
  position: relative;
  justify-content: center;
  align-items: center;
  padding: 15px 0 13px 20px;
  font-size: 16px;
}

.contact_btn a::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 13px;
  top: 1px;
  bottom: 0;
  right: auto;
  left: 45px;
  margin: auto;
  background: url(/images/mail_icon.png) no-repeat center center/cover;
  border-radius: 0;
}

.copy {
  position: absolute;
  left: 5%;
  bottom: 8%;
  width: 61.7vw !important;
}

@media (max-width: 767px) {
  .copy {
    width: 86.2vw !important;
  }
}

.sec_ttl {
  font-weight: 600;
  font-size: 65px;
  text-align: center;
  position: relative;
  padding-bottom: 30px;
  padding-top: 0;
  line-height: 1.5;
  margin-bottom: 0.5em;
  letter-spacing: 0.1em;
}

@media (max-width: 768px) {
  .sec_ttl {
    font-size: 42px;
    margin-bottom: 1em;
    padding-bottom: 15px;
  }
}

.sec_ttl span:nth-child(n) {
  color: #dc0307;
}

.sec_ttl span:nth-child(2n) {
  color: #ff981f;
}

.sec_ttl span:nth-child(3n) {
  color: #94d331;
}

.sec_ttl span:nth-child(4n) {
  color: #4fc2e8;
}

.sec_ttl span:nth-child(5n) {
  color: #b597da;
}

.sec_ttl:before {
  content: none;
}

.sec_ttl:after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  max-width: 40%;
}

.sec_ttl .sub {
  font-size: 20px;
  color: #686463 !important;
  display: block;
  letter-spacing: 0.05em;
}

@media (max-width: 768px) {
  .sec_ttl .sub {
    font-size: 18px;
  }
}

.ttl_wrap {
  margin-bottom: 35px;
}

@media (max-width: 768px) {
  .ttl_wrap {
    margin-bottom: 20px;
  }
}

.ttl_wrap h3.title {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: clamp(50px, 13vw, 140px);
  line-height: 1;
}

.ttl_wrap h4.title {
  font-size: 30px;
  font-size: clamp(20px, 3vw, 30px);
  color: #dc0307;
  font-weight: bold;
}

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

.sec_01 {
  padding: clamp(30px, 3.7vw, 70px) 0 0 !important;
}

@media (max-width: 767px) {
  .sec_01 {
    padding: 30px 0 0 !important;
  }
}

.sec_01 .columns {
  border: 1px solid #000;
  border-radius: 50vw;
  align-items: center;
  background: #fff;
}

.sec_01 .news_text {
  height: 40px;
  overflow-y: hidden;
  padding: 0;
  margin-right: 18px;
}

.sec_01 .wf_blog_ul.お知らせ>li:first-child .wf_blog_li_date,
.sec_01 .wf_blog_ul.お知らせ>li:first-child .wf_blog_li_title {
  padding-top: 0;
}

.sec_02 {
  padding-top: clamp(70px, 10vw, 180px) !important;
  padding-bottom: clamp(80px, 18vw, 310px) !important;
}

.sec_02 .selectbox {
  display: flex;
}

@media (max-width: 767px) {
  .sec_02 {
    padding-top: 70px !important;
  }

  .sec_02 .selectbox {
    text-align: center;
  }
}

.sec_02 .wf_lic {
  border: none;
}

.sec_02 .wf_form_category,
.sec_02 .wf_form_select {
  border: 1px solid #000;
  border-radius: 50vw;
  align-items: center;
  max-width: 350px;
  width: 100%;
  padding: 0.80em 25px 0.71em;
  font-size: 14px;
  letter-spacing: .1em;
}

.sec_02 .selectbox {
  justify-content: center;
  gap: 20px;
  position: relative;
}

@media (max-width: 767px) {
  .sec_02 .selectbox {
    flex-direction: column;
    margin-bottom: 35px;
  }
}

.sec_02 .selectbox .cont {
  position: relative;
  max-width: 350px;
  width: 100%;
}

@media (max-width: 767px) {
  .sec_02 .selectbox .cont {
    margin: auto;
  }
}

.sec_02 .selectbox .cont::after {
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  top: -3px;
  bottom: 0;
  left: auto;
  right: 22px;
  margin: auto;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  border-top: none;
  transform: rotate(45deg);
  content: "";
}

.sec_02 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.sec_02 select::after {
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  top: 0;
  bottom: 6px;
  left: auto;
  right: 1px;
  margin: auto;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  border-top: none;
  transform: rotate(45deg);
  content: "";
}

.sec_02 .products {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .sec_02 .products {
    margin-top: 20px;
  }
}

.sec_03 {
  padding: clamp(30px, 14vw, 220px) 0 clamp(50px, 8vw, 135px) !important;
  margin-top: clamp(-110px, -6vw, -66px);
  background: url(/images/bg_img002.png) no-repeat center top/cover;
}

@media (max-width: 767px) {
  .sec_03 {
    background: url(/images/bg_img004.jpg) no-repeat center top/cover;
    margin-top: 0;
    padding: 80px 0 !important;
  }
}

.sec_04 {
  padding: clamp(30px, 10vw, 170px) 0 !important;
  background: url(/images/bg_img005.jpg) no-repeat center center/cover;
}

.sec_04 .btn_wrap a {
  background: #fff;
  color: #000;
  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50vw;
  font-size: 15px;
  padding: 0.86em 25px;
}

@media (min-width: 768px) {
  .sec_04 .btn_wrap a {
    line-height: 1;
  }
}

@media (max-width: 767px) {
  .sec_04 .btn_wrap a {
    text-align: left;
    border-radius: 20px;
    padding: 0.86em 20px;
    font-size: 13px;
    line-height: 1.5;
  }

  .sec_04 {
    padding: 80px 0 60px !important;
  }
}

.sec_04 .btn_wrap a:after {
  display: none;
}

.sec_04 .purpose_btn_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.sec_04 .btn_wrap {
  display: inline-block;
}

.sec_05 {
  background: url(/images/bg_img004.jpg) no-repeat center center/cover;
  padding: 0;
  padding: clamp(30px, 10vw, 180px) 0 !important;
}

.sec_05 .btn_wrap {
  margin-top: clamp(20px, 4vw, 40px);
}

.sec_slider {
  padding: clamp(30px, 10vw, 180px) 0 clamp(30px, 7vw, 130px) !important;
  overflow: hidden;
}

.sec_slider .columns {
  margin: 0;
}

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

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

.sec_slider .column:nth-child(even) {
  margin-top: 60px;
}

@media (max-width: 768px) {
  .sec_slider .column:nth-child(even) {
    margin-top: 15px !important;
  }
}

@media (max-width: 768px) {
  body:not(.page_edit) .sec_slider .slider_wrap {
    width: 3360px;
    animation: sp_loopslider 50s linear infinite;
  }
}

body:not(.page_edit) .sec_slider .slider_wrap>.cont {
  padding: 0 10px;
}

@media (max-width: 768px) {
  body:not(.page_edit) .sec_slider .slider_wrap>.cont {
    padding: 5px;
    margin: 0;
  }
}

body:not(.page_edit) .sec_slider .slider_wrap>.cont img {
  display: block;
  border-radius: 5px;
}

@media (max-width: 768px) {
  body:not(.page_edit) .sec_slider .slider_wrap>.cont img {
    width: 200px;
  }
}

@keyframes loopslider {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-4384px);
  }
}

@keyframes sp_loopslider {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-1680px);
  }
}

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

.sec_06 {
  padding-bottom: clamp(30px, 10vw, 180px) !important;
}

.sec_07,
.sec_09 {
  background: url(/images/bg_img006.jpg) no-repeat center center/cover;
  padding: clamp(30px, 10vw, 170px) 0 clamp(50px, 10vw, 170px) !important;
}

@media (max-width: 767px) {

  .sec_07,
  .sec_09 {
    background: url(/images/sp_bg_img006.jpg) no-repeat center center/cover;
  }
}

.sec_07 .text_wrapper,
.sec_09 .text_wrapper {
  background: #000;
  max-width: 510px;
  padding: clamp(30px, 5vw, 35px) clamp(20px, 5vw, 44px) clamp(35px, 5vw, 35px);
  box-sizing: border-box;
color: #fff;
}

@media (max-width: 767px) {

  .sec_07 .text_wrapper,
  .sec_09 .text_wrapper {
    margin: auto;
  }
}

.sec_07 h2,
.sec_09 h2 {
  font-size: clamp(23px, 5vw, 26px);
  border-bottom: 1px solid #fff;
  position: relative;
  margin-bottom: 19px;
  font-weight: bold;
}

@media (max-width: 767px) {

  .sec_07 h2,
  .sec_09 h2 {
    text-align: center;
  }
}

.sec_07 h2:after,
.sec_09 h2:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
  background: #dc0307;
  /*左：ピンク*/
}

.sec_07 .btn_wrap,
.sec_09 .btn_wrap {
  margin-top: 20px;
}

.sec_07 .btn_wrap a,
.sec_09 .btn_wrap a {
  margin-right: 0;
}

@media (max-width: 767px) {

  .sec_07 .btn_wrap a,
  .sec_09 .btn_wrap a {
    margin-right: auto;
  }
}

.sec_08 {
  background: url(/images/bg_img007.jpg) no-repeat center center/cover;
  padding: clamp(30px, 9.5vw, 170px) 0 clamp(50px, 9.5vw, 170px) !important;
}

.sec_08 .title_wrapper {
  margin-bottom: clamp(15px, 2vw, 30px);
}

.sec_08 .wf_blog_li_date_date,
.sec_08 .wf_blog_li_title {
  color: #fff;
}

.sec_08 .wf_blog_li_date_date {
  font-weight: bold;
}

.sec_08 .wf_blog_li_date,
.sec_08 .wf_blog_li_title {
  padding: 20px 0;
}

@media (max-width: 767px) {

  .sec_08 .wf_blog_li_date,
  .sec_08 .wf_blog_li_title {
    padding: 13px 0;
  }
}

.sec_08 .wf_lic {
  border-bottom: 1px solid #4d4d4d;
}

@media (min-width: 769px) {
  .sec_08 .wf_blog_ul .wf_blog_li_title {
    float: none;
    padding-left: 100px;
  }
}

.sec_08 .btn_wrap {
  margin-top: clamp(30px, 3vw, 65px);
}

.sec_09 {
  background: url(/images/bnr_img009.png) no-repeat center center/cover;
}

@media (max-width: 767px) {
  .sec_09 {
    background: url(/images/sp_bnr_img009.png) no-repeat center top/cover;
    padding-top: clamp(225px, 47vw, 360px) !important;
  }
}

.sec_09 table th {
  font-weight: bold;
  text-align: left;
  width: 90px;
}

/* =============================================
under customize
============================================= */
.equipment_table thead th:nth-child(1) {
  width: 22%;
}

.equipment_table thead th:nth-child(2) {
  width: 16%;
}

.equipment_table thead th:nth-child(3) {
  width: 27%;
}

.equipment_table thead th:nth-child(4) {
  width: 8%;
}

.equipment_table thead th:nth-child(5) {
  width: 27%;
}

.contact_btn a .mailicon {
  position: relative;
}

.contact_btn a .mailicon:before {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 19px;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  background: url(/images/icon_mail.png) no-repeat center;
}

.download_btn a {
  background-color: #dc0307;
}

.download_btn a .mailicon {
  padding-left: 25px;
  position: relative;
}

.download_btn a .mailicon:before {
  content: "";
  display: block;
  position: absolute;
  width: 19px;
  height: 18px;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  background: url(/images/dl_icon.png) no-repeat center;
}

@media (min-width: 1181px) {
  .sp02 {
    display: none;
  }
}

.equipment_table tbody td:nth-child(4) {
  text-align: center;
}

.mainimage .moviespace iframe {
  position: absolute;
  width: 112%;
  height: 124%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

@media (max-width: 767px) {
  .mainimage .moviespace iframe {
    width: 200%;
    height: 100vh;
  }
}

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

.large_text {
  font-size: 18px;
  font-weight: bold;
}

@media (max-width : 768px) {
  .large_text {
    font-size: 16px;
  }
}

.important_txt {
  color: #dc0307;
}

.wide_btn a {
  width: 100%;
  max-width: 375px;
}

.border_color {
  border: 1px solid #dc0307;
  border-radius: 5px;
  padding: 20px;
}

.tech_border_wrapper {
  gap: 20px 0;
  justify-content: space-between;
}

.tech_border_wrapper .border_color {
  width: 49%;
}

.qa_btn a {
  width: 100%;
  border: 2px solid #ffae00;
  font-size: 14px;
}

@media (max-width: 1095px) {
  .qa_btn a {
    width: 315px;
  }
}

@media (max-width: 1095px) {
  .qa_btn_wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .qa_btn_wrapper .column {
    flex: initial;
  }
}

.qa_btn_noselect a {
  background: #fff;
}

.qa_btn_noselect a:hover {
  opacity: 1 !important;
  background: #ffae00;
}

.answer_txt_wrapper {
  display: flex;
  margin-left: 30px;
}

.answer_txt_wrapper:before {
  content: "A";
  display: inline-block;
  font-size: 22px;
  margin-right: 15px;
  font-weight: bold;
  line-height: 1.5;
}

.sub_li::before {
  height: 1px !important;
  width: 15px !important;
  top: 15px !important;
  margin-left: 20px !important;
}

.sub_li a {
  margin-left: 30px;
}

.numbered-list {
  counter-reset: item;
  /* カウンターを初期化 */
}

.item {
  counter-increment: item;
  position: relative;
  padding-left: 40px;
}

.item::before {
  content: counter(item);
  font-weight: bold;
  position: absolute;
  background: #dc0307;
  padding: 5px 0 5px;
  color: #fff;
  border-radius: 5px;
  left: 0;
  line-height: 1;
  top: 2px;
  width: 26px;
  text-align: center;
}

.img_block .wf_blog_li_thumb {
  display: block !important;
}

.products_title_small {
  display: block;
  font-size: 20px;
}

.th_center tbody th {
  text-align: center !important;
}

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

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

.th_nowrap tbody th {
  white-space: nowrap;
}

.search-box {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}

.search-box input[type="text"] {
  flex-grow: 1;
  padding: 0.7rem 40px 0.7rem 22px;
  border: 1px solid #000000;
  border-radius: 1.5rem;
}

.search-box button {
  position: absolute;
  top: -0.05rem;
  right: 0;
  cursor: pointer;
  padding: .8rem .9rem .8rem .8rem;
  border-radius: 0 1.5rem 1.5rem 0;
  border: none;
  background: none;
  color: #000000;
  font-size: 1rem;
  transition: 0.5s;
}

.search-box button:hover {
  color: #dc0307;
  transform: scale(1.2);
}

.sec_02 .wf_blog_li_thumb {
  display: block !important;
}

.sec_02 .wf_blog_li_date_date {
  display: none;
}

@media (min-width : 769px) {
  .sec_02 .column.is-3 {
    width: 20%;
  }
}

.sec_04 .btn_wrap a:hover {
  background: #dc0307;
  color: #fff;
}

#footer .ft_text {
  line-height: 1.5;
  margin: 10px 0 20px;
}

#footer .footer_menu li a:hover {
  color: #dc0307;
  opacity: 1;
  text-decoration: none;
}

#footer .footer_bottom ul li a:hover {
  color: #dc0307;
  opacity: 1;
  text-decoration: none;
}

.mainimage .moviespace img {
  width: 100%;
  display: block;
}

@media (max-width : 1050px) {
  #footer .columns {
    display: block;
  }

  #footer .logo_wrapper {
    margin: 0 auto;
    text-align: center;
  }

  #footer .menu_column {
    width: 100%;
  }

  #footer .menu_column .columns {
    display: flex;
  }
}

@media (max-width : 768px) {
  #footer .menu_column .columns {
    display: block;
  }

  .footer_bottom ul li a {
    font-size: 12px;
  }

  .footer_bottom {
    margin-top: 50px;
  }
}

@media (max-width : 768px) {
  .sec_01 .news_text {
    height: 60px;
  }

  .sec_01 .news_text .wf_blog_li_title {
    display: block;
  }

  .sec_01 .news_text .wf_blog_ul .wf_blog_li_date,
  .sec_01 .news_text .wf_blog_ul .wf_blog_li_title {
    padding: 0 10px;
  }

  .sec_01 .news_text .wf_blog_ul .wf_blog_li_title {
    padding-left: 25px;
  }

  .sec_01 .news_text .wf_blog_ul {
    margin-top: 10px;
  }

  .sec_01 .news_text .wf_blog_li_date {
    line-height: 1;
    display: block;
  }

  .top .title_wrapper .title_ja {
    margin-top: 0.1em;
  }
}

.sec_01 .news_text .wf_lic {
  border-bottom: none;
}

.sec_02 .wf_blog_li_title {
  line-height: 1.5 !important;
  display: block;
color: #fff;
    background: #dc0307;
    padding: 10px;
    letter-spacing: 0.05em;
}

@media (max-width : 374px) {
  .top .title_wrapper h2 {
    font-size: 38px;
  }
}

@media (max-width : 767px) {

  .sec_07 h2:after,
  .sec_09 h2:after {
    content: "";
    left: 0;
    right: 0;
    margin: auto;
  }

  .sec_07 {
    padding-top: clamp(225px, 47vw, 360px) !important;
  }
}

.lead_text {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .05em;
}

@media (max-width : 768px) {
  .lead_text {
    font-size: 17px;
  }
}

.under #content h3.custom_h2 {
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 0;
}

.under #content h3.custom_h2:before {
  display: none;
}

.under #content h3.custom_h2 .ja {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
color: #fff;
}

.under #content h3.custom_h2 .en {
  color: #dc0307;
  font-weight: bold;
  font-size: clamp(40px, 5vw, 80px);
  line-height: 1;
  display: block;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0;
}

@media (max-width : 768px) {
  .under .h3_title_wrap {
    margin-bottom: 0;
  }

  .under #content h3.custom_h2 .ja {
    font-size: 18px;
    margin-top: 5px;
  }

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

  .under h4 {
    margin: 20px 0 0 0;
  }
}

@media (min-width : 769px) {
  .pc-text-center {
    text-align: center !important;
  }
}

body.under #content table {
  border: unset;
}

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

.t01_wrap tbody th {
  width: 30%;
}

body.under #content table th {
  border: unset;
  border-bottom: solid 1px #dc0307;
  background-color: unset;
  color: #dc0307;
  text-align: center;
  font-weight: bold;
}

body.under #content table td {
  border: unset;
  border-bottom: solid 1px #ccc;
}

.p0 {
  padding: 0 !important;
}

.large_text.large_text2 {
  .st_text {
    font-size: 24px;
    font-family: "Poppins", sans-serif;
  }
}

@media (min-width : 769px) {
  .large_text.large_text2 {
    font-size: 22px;
    font-weight: bold;

    .st_text {
      font-size: 35px;
      font-family: "Poppins", sans-serif;
    }
  }
}

@media (max-width : 768px) {
  .under #content h3.custom_h2 {
    margin-bottom: 15px;
  }

  .era_txt {
    font-size: 17px;
  }

  .accordion-area .title {
    padding: 1.1% 14% 1% 15px;
  }

  .accordion-area .title::after {
    right: 20px;
  }

  .accordion-area .box {
    margin: 0 0 3%;
    padding: 3% 0;
  }

  .accordion-area .box th {
    width: 95px;
    font-size: 14px !important;
  }

  .accordion-area .box td {
    font-size: 14px !important;
  }
}

.contact_btn.wide_btn a {
  width: 100%;
  max-width: 560px;
}

.pritext {
  color: #dc0307;
  font-weight: bold;
}

.under .wf_lic_製品情報 .wf_blog_li_date_date {
  display: none;
}

.under .wf_lic_製品情報 {
  border-bottom: none;
}

.under .wf_lic_製品情報 .wf_blog_li_thumb {
  display: block !important;
/*  border-radius: 0px !important;*/
}

.borderbox {
  border: none;
  padding: 20px 30px !important;
}

@media (max-width : 767px) {
  .sec_05 {
    padding: 60px 0 !important;
  }

  .sec_08 {
    padding: 60px 0 !important;
  }
}

/*# sourceMappingURL=local.css.map */

/***************************/
.under.blog_body .wf_blog_ul:has(.wf_lic_製品情報) {
  gap: 1.25%;
  flex-wrap: wrap;
  display: flex;
  row-gap: 20px;
}

@media (max-width: 768px) {
  .under.blog_body .wf_blog_ul:has(.wf_lic_製品情報) {
    gap: 2%;
    row-gap: 20px;
    margin: 10px;
    box-sizing: border-box;
    width: calc(100% - 20px);
  }
}

.under.blog_body .wf_blog_ul .wf_lic_製品情報 {
  width: 19%;
  padding: 0;
  flex: 0 1 auto;
background: #dc0307;
}

@media (max-width: 768px) {
  .under.blog_body .wf_blog_ul .wf_lic_製品情報 {
    width: 49%;
  }
}

.sec_news .inner.inner02 .shops .wf-top-result-parent .wf-top-result-child .wf_blog_li_thumb {
  display: block !important;
  width: 100%;
  height: auto !important;
  position: relative;
  border-radius: 10px !important;
}

.sec_news .inner.inner02 .shops .wf-top-result-parent .wf-top-result-child .wf_blog_li_thumb::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.sec_news .inner.inner02 .shops .wf-top-result-parent .wf-top-result-child .wf_blog_li_thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  object-fit: contain;
  min-width: auto;
  max-width: inherit;
  min-height: auto;
  max-height: inherit;
}

@media (max-width: 768px) {
  .sec_news .inner.inner02 .shops .wf-top-result-parent .wf-top-result-child .wf_blog_li_thumb img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: contain;
  }
}

.under.blog_body .wf_blog_ul .wf_lic_製品情報 .wf_blog_li_date {
  display: none !important;
}

.under.blog_body .wf_blog_ul .wf_lic_製品情報 .wf_blog_li_title {
  margin: 0px !important;
  padding: 0px;
}

.wf_blog_ul .wf_lic_製品情報 .wf_blog_li_title {
  float: none;
  padding-left: 250px;
}


.cus_table td {
  text-align: center;
}

@media (max-width : 767px) {
  .cus_table table tbody td {
    font-size: 12px !important;
  }
}

.cus_table table tbody tr:first-child th {
  background: #dc0307 !important;
  color: #fff !important;
}

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

.mainimage .moviespace {
  width: 100%;
  max-width: 100%;
}

.mainimage .moviespace img,
.mainimage .moviespace video,
.mainimage .moviespace iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 768px) {
  .mainimage {
    padding-bottom: 130% !important;
  }
}

.accordion-area .title::after {
  display: none;
}

.accordion-area .box {
  display: block !important;
}

.accordion-area .title {
  pointer-events: none;
}

.under.blog_body .wf_bread_ul {
  margin-bottom: 30px;
}

.wf_lic.wf_lic_生産が終了した製品について .wf_blog_li_date:before {
  text-align: center;
  min-width: 6em;
  display: inline-block;
  padding: 0 5px;
  font-size: 12px;
  margin-right: 15px;
  border-radius: 0;
  content: "生産終了";
  background: #dc0307;
  border-radius: 50vw;
  color: #fff;
  vertical-align: middle;
}

.wf_blog_ul.生産が終了した製品について .wf_blog_li_date_date,
.wf_blog_ul.パスワード保護 .wf_blog_li_date_date {
  display: none;
}

.sec_08 .wf_lic.wf_lic_生産が終了した製品について .wf_blog_li_date:before {
  margin-bottom: 3px;
}

.sdgs_img .columns .column {
  width: 100%;
  max-width: calc(100% / 10);
}

@media (max-width : 768px) {
  .sdgs_img .columns {
    display: flex;
    flex-wrap: wrap;
  }

  .sdgs_img .columns .column {
    width: 100%;
    max-width: calc(100% / 3);
    padding: 5px;
    flex: none;
    margin: 0;
  }

  .sdgs_img .columns .column img {
    display: block;
  }
}

.small_img {
  display: block;
  max-width: 300px;
  margin-top: 20px;
}

@media (max-width : 768px) {
  .tech_border_wrapper .border_color {
    width: 100%;
  }

  .tech_border_wrapper .border_color img {
    margin-top: 20px;
  }
}

.tech_border_wrapper .border_color h5 {
  margin-top: 0 !important;
}

@media (max-width : 768px) {
  .answer_txt_wrapper {
    margin-left: 15px;
  }
}

@media (max-width : 768px) {
  .sec_02 .products ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 10px;
max-width: 470px;
  }

  .sec_02 .products ul li {
    width: 100%;
    max-width: calc((100% - 10px) /2);
    margin: 0;
    flex: none;
  }
}

.hidden {
  display: none !important;
}

.under h4 .sub {
  margin-left: 25px;
  font-size: 16px;
}

@media (max-width : 768px) {
  .under h4 .sub {
    margin-left: 0;
    display: block;
    font-size: 14px;
  }
}

input,
select,
textarea {
  padding: 5px;
}

textarea {
  height: 150px
}
.sec_parallax {
    position: relative;
    width: 100%;
    max-height: 550px;
    aspect-ratio: 1920 / 550;
}
.sec_parallax .parallax_contents {
    position: absolute;
    top: 0;
    z-index: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: fill-box;
}
.sec_parallax .sec_parallax_box {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    pointer-events: none;
}
.sec_parallax .sec_parallax_box img {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 768px) {
    .sec_parallax {
        aspect-ratio: 750 / 550;
    }
}
.sec_02 .inner {
  width: 100% !important;
  max-width: 1500px !important;
}
.sec_02 .inner .wf_blog_li_thumb img{width:100%}

@media (min-width: 769px) and (max-width: 1480px) {
  .sec_02 .inner {
    max-width: 94% !important;
  }
}
@media (max-width: 768px) {
  .sec_02 .inner {
    max-width: 94% !important;
  }
}
.sec_02 .wf_blog_li_thumb img {
  display: block;
}
.under .wf_lic_製品情報 .wf_blog_li_title {
  line-height: 1.5 !important;
  display: block;
  color: #fff;
  padding: 10px !important;
  letter-spacing: 0.05em;
overflow-wrap: anywhere;
}
.under .wf_lic_製品情報 .wf_blog_li_thumb img {
  display: block;
margin: 0 auto;
}
.under.blog_body .wf_lic_製品情報 .wf_blog_li_thumb {
    display: block !important;
/*    border-radius: 0px !important;*/
    background: #fff;
margin-right: 0 !important;
}
.under .wf_blog_ul .wf_lic_製品情報 .wf_blog_li_thumb {
  width: 100%;
    height: 100%;
    min-width: auto;
    max-width: 100%;
    min-height: auto;
    max-height: 100%;
float: none;
}

.wf_blog_li_date_date, .wf_blog_li_title{
color: #fff;
}
.wf_blog_ul li a {
    color: #fff;
}
.under .wf_lic_製品情報 .wf_blog_li_inner {
  background: #dc0307;
}
.sec_01 .wf_blog_ul .wf_blog_li_title {
  color: #000;
}
.sec_01 .wf_blog_li_date_date,
.sec_01.wf_blog_li_title{
  color: #000;
}
.align-center{
  align-items: center;
}
.job{
  font-size: 24px;
margin-top: 60px;
    line-height: 1;
}
.name{
  font-size: 43px;
}
.enjob{
  font-family: "Poppins",
  sans-serif;
  font-size: 22px;
}
.enname {
  font-family: "Poppins",
  sans-serif;
  font-size: 17px;
}
.name_box{
    margin-left: 45px;
}
  @media ( max-width : 768px ) {
  .job {
    font-size: 17px;
    margin-top: 25px;
line-height: 2;
  }
  .name {
    font-size: 24px;
    line-height: 1;
  }
  .enjob {
    font-size: 16px;
    margin-top: 22px;
    line-height: 1;
  }
  .enname {
    font-size: 16px;
  }
.name_box{
    margin-left: 0;
}
}
@media (max-width : 768px) {
      .under .columns.is-multiline.スタンドアロンタイプ,
      .under .columns.is-multiline.卓上タイプ,
      .under .columns.is-multiline.卓上インライン,
      .under .columns.is-multiline.インラインタイプ,
      .under .columns.is-multiline.スピンドル下側配置インライン,
.under .columns.is-multiline.その他 {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        max-width: 470px;
      }

      .under .columns.is-multiline.スタンドアロンタイプ .column+.column,
      .under .columns.is-multiline.卓上タイプ .column+.column,
      .under .columns.is-multiline.卓上インライン .column+.column,
      .under .columns.is-multiline.インラインタイプ .column+.column,
      .under .columns.is-multiline.スピンドル下側配置インライン .column+.column,
.under .columns.is-multiline.その他 .column+.column {
        margin-top: 0;
      }

      .under .columns.is-multiline.スタンドアロンタイプ li,
      .under .columns.is-multiline.卓上タイプ li,
      .under .columns.is-multiline.卓上インライン li,
      .under .columns.is-multiline.インラインタイプ li,
      .under .columns.is-multiline.スピンドル下側配置インライン li,
.under .columns.is-multiline.その他 li {
        flex: none;
        width: 100%;
        max-width: calc((100% - 10px)/ 2);
      }
    }
.wrap_president{background:#efefef;padding-bottom:0px;color:#111;margin-bottom:40px!important;padding-top:40px!important;}
.wrap_president img,.wrap_president .inner,.wrap_president .inner{padding-bottom:0!important;margin-bottom:0!important;}
.wrap_president .wf_img_cont{padding-bottom:0!important;margin-bottom:0!important;}
.wrap_president .name_box{padding-bottom:40px;}
.blog_body .wf_blog_ul{max-width:1500px!important}
.wf_lic_製品情報 .wf_blog_li_title,
.sec_02 .wf_blog_li_title{border-radius: 0 0 10px 10px;}
.wf_lic_製品情報 .wf_blog_li_thumb img,
.sec_02 .inner .wf_blog_li_thumb img{border-radius: 10px 10px 0 0;}
.wf_lic_製品情報 .wf_blog_li_thumb {border-radius: 10px 10px 0 0 !important;}
.wf_lic_製品情報{border-radius: 10px;}
.wf_lic_製品情報 .wf_blog_li_inner {border-radius: 10px;}
.wrap.thumbnail {display:none;}
.edit_body .wrap.thumbnail {display:block;}
.edit_body .wrap.thumbnail{text-align:center;}
.wrap.is-hero {text-align:center;background:#fff;color:#111;margin-bottom:40px!important;padding-top:80px!important;padding-bottom:80px!important;}
.wrap.is-hero img{max-width:500px;width:95%;align-items:center;}
.wrap.is-hero .column{display: flex;align-items: center;justify-content: center;}