@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
.carousel_inner {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

.top h3.title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.top h4.title {
  font-size: 20px;
  font-weight: normal;
  text-align: center;
}

.carousel {
  position: relative;
}

.copy {
  padding-top: 20px;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 320px !important;
  max-height: 250px !important;
  margin: auto !important;
}

.copy h3.title {
  font-size: 3vw;
}

.copy div.part {
  color: #fff;
  font-size: 1.2vw;
  line-height: 1.5em;
  max-width: calc(100% - 30px);
  margin: auto;
}

.copy a {
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff !important;
  background: #052c93;
  padding: 0px;
  border-radius: 20px;
  max-width: 200px;
  width: 100%;
  box-sizing: border-box;
  margin: 20px auto;
  display: block;
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  .copy h3.title {
    font-size: 5vw;
    padding: 10px;
    margin: 0;
  }
  .copy div.part {
    line-height: 4em;
  }
  .copy a {
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    margin: 5px auto;
    display: block;
    font-size: 14px;
  }
}
body {
  background: #fff;
  color: #000;
  line-height: 1.7;
}

.hidden {
  display: none !important;
}

a,
a:visited,
a:hover {
  color: #0d0d0d;
}

/**/
/*#header .inner,*/
#content .inner,
#footer .inner,
.totop .inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

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

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

@media (max-width: 768px) {
  .column + .column {
    margin-top: 20px;
  }
}
a {
  transition: 200ms;
}

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

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

@media (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
    color: #000000;
  }
}
/* nav */
#nav {
  width: auto;
  float: right;
  background: none;
  padding-bottom: 10px;
  padding-top: 25px;
}

#nav #menu > li {
  float: left;
  list-style: none;
  width: auto;
  /*height:80px;*/
  box-sizing: border-box;
  font-size: 14px;
}

#nav li a {
  display: block;
  /*
  	height:80px;
  	line-height:80px;
  */
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}

#nav li.nav_contact a {
  background: #004098;
  color: #fff;
}

#nav li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

.submenu_ul {
  position: absolute;
  z-index: 1;
}

.submenu_ul > li {
  background: #50350d;
  list-style: none;
  width: 300px;
  height: 40px;
  box-sizing: border-box;
  border-collapse: collapse;
  border-bottom: 1px solid #fff;
}

.submenu_ul > li a {
  color: #fff !important;
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
}

.submenu_ul > li a:hover {
  color: #ccc !important;
}

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

.top #content {
  margin-bottom: 0;
}

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

@media (max-width: 768px) {
  #content {
    margin-bottom: 50px;
  }
}
.wrap .inner {
  max-width: 1000px;
  margin: 0 auto;
}

/* メイン */
.carousel {
  padding-bottom: 0px;
  width: 100%;
  overflow: hidden;
  background: url(/images/mainimage_bg.png) repeat center top;
}

.carousel > div {
  width: 100%;
  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;
}

.carousel .slick-arrow {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 19px;
  height: 34px;
  margin-top: 0px;
  padding: 0;
  border: none;
  outline: none;
  background-position: center center;
  background-repeat: no-repeat;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  opacity: 0.8;
}

.carousel .slick-arrow:hover {
  opacity: 0.5;
}

.carousel .slick-arrow.slick-prev {
  left: -12px;
  background-image: url(../images/arrow_prev.png);
}

.carousel .slick-arrow.slick-next {
  right: -12px;
  background-image: url(../images/arrow_next.png);
}

/* フッター */
.totop {
  text-align: right;
  line-height: 1;
  height: 47px;
}

.totop img {
  display: block;
  float: right;
}

.top .totop {
  background: #000c1c;
  padding-top: 30px;
}

.column.is-3 li a {
  display: block;
  padding: 5px;
}

/* 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: 16px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 2px;
}

.anchor_wrap a:hover {
  opacity: 0.7;
}

.under .wrap.h3_title_wrap,
.blog_body .wf_bread_ul + .wrap {
  max-width: 100%;
  padding: 1.5em 0 0;
  background-size: cover;
}

.top h4 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 1em;
  color: #50350d;
  letter-spacing: 0.05em;
}

/* template */
.under .wrap {
  margin-bottom: 10px;
}

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

.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 (min-width: 769px) {
  #nav .nav_contact {
    margin-left: 30px;
  }
  #footer .column_l .column_inner {
    border-right: 1px solid #fff;
  }
  #footer .column_r .column_inner {
    padding-left: 30px;
  }
  #footer .column_r .column_inner ul {
    padding-right: 30px;
  }
  #footer .column_r .column_inner li {
    margin-bottom: 0.6em;
  }
}
@media only screen and (max-width: 1010px) {
  #header .inner,
  #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 (min-width: 769px) and (max-width: 1000px) {
  #nav li a {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 13px;
  }
  #nav .nav_contact {
    margin-left: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .top #content .sec03 {
    border-bottom: 1px solid #fff;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  img {
    max-width: 100%;
  }
  #header h1 {
    width: 50% !important;
    max-width: 125px !important;
  }
  #header .info {
    position: absolute;
    top: 30px;
    right: 10px;
    margin-top: 0;
    width: 166px;
    max-width: 36%;
    padding-top: 0;
    float: right;
  }
  #header .info a {
    margin-right: 4.5%;
    display: block;
    width: 30.5%;
    float: left;
    max-width: 50px;
  }
  #header .info img {
    width: 100%;
    display: block;
  }
  #nav {
    background: none;
  }
  #menu {
    display: none;
  }
  #toggle {
    display: block;
    position: absolute;
    top: 30px;
    right: 10px;
    max-width: 50px;
    width: 10%;
  }
  #header #toggle a {
    width: 100%;
    margin: 0;
    float: none;
    position: relative;
  }
  #nav ul {
    background: rgba(255, 255, 255, 0.7);
    left: 0;
    margin: 0;
    top: 90px;
    width: 100%;
    position: absolute;
    z-index: 999;
  }
  #nav #menu > li {
    display: block;
    text-align: left;
    float: none;
    height: auto;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #ccc;
    margin: 0;
  }
  #nav ul li.nav01 {
    border-left: none;
  }
  #nav ul li a {
    display: block;
    padding: 14px 10px;
    width: 100%;
    float: none;
    box-sizing: border-box;
    text-align: left;
    height: auto;
    line-height: 1.5;
  }
  .submenu_ul > li {
    width: 100%;
  }
  .item-list li {
    float: none;
    margin: 0 auto 20px;
    max-width: 250px;
    width: 80%;
  }
  #content {
    width: 100%;
  }
  #footer .column_r .column_inner li {
    margin-bottom: 0.6em;
  }
  /* top */
  .top .concept-block img,
  .top .shop-block img {
    margin: 0 0 20px;
    max-width: 100%;
  }
  .top .concept-block h4,
  .top .concept-block p,
  .top .concept-block .anchor_wrap {
    padding-left: 0;
  }
  .top .shop-block .anchor_wrap,
  .top .concept-block .anchor_wrap {
    text-align: center;
  }
  .top .shop-block p.entry_p {
    width: 100%;
  }
  /* template */
  .type_basic_fl img,
  .type_basic_fr img,
  .img-half .type_basic_fl img,
  .img-half .type_basic_fr img,
  .img_list3 img,
  .img_list3 a {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 480px) {
  .top .recommend-block .block-inner {
    background-size: 20px;
    background-position: 0 0;
  }
  .top .recommend-block .block-inner .fl {
    padding-left: 0;
  }
  table.news th,
  table.news td,
  .info_dt,
  .info_dd {
    display: block;
    float: none;
    width: 100%;
    text-align: left;
  }
  table.news th,
  .info_dt {
    padding: 15px 2px 4px;
  }
  table.news td,
  .info_dd {
    padding: 4px 2px 15px;
  }
  table.news th,
  .info_dt {
    border-bottom: none;
  }
  .menu_table th,
  .menu_table td {
    display: block;
  }
  .menu_table th {
    border-bottom: none;
    padding-bottom: 4px;
  }
  .menu_table td {
    padding-top: 4px;
  }
}
@media only screen and (max-width: 360px) {
  #header {
    height: 90px;
  }
  #nav ul {
    top: 88px;
  }
  #header h1 {
    top: 4px;
  }
  #toggle {
    top: 23px;
  }
}
@media only screen and (max-width: 320px) {
  #header {
    height: 75px;
  }
  #header h1 {
    top: 0;
    padding-top: 24px;
    padding-left: 12px;
  }
  #header .info {
    top: 20px;
  }
  #toggle {
    top: 17px;
  }
  #nav ul {
    top: 74px;
  }
}
/***********BLOG************/
.wf_blog_ul {
  max-width: 1000px;
  width: 94%;
  margin: 5px auto 15px;
  display: block;
}

.wf_blog_li_thumb img {
  display: block;
  margin: auto;
}

.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-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px dotted #ccc;
  font-size: 15px;
}

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

.wf_bread_ul li {
  display: inline;
}

.wf_bread_ul li a {
  color: #fff;
}

.wf_blog_ul li a {
  color: #fff;
}

.wf_bread_ul {
  width: 100%;
  max-width: 1000px;
  display: block;
  margin: 0px auto;
  padding: 5px;
  color: #fff;
  font-size: 82%;
}

/* *******************************************************************************
 ■ 追記
******************************************************************************* */
body {
  font-family: Hiragino Mincho ProN, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  background: #fff !important;
}

input,
button,
select,
textarea,
.nav-collapse_ .nav > li > a,
.nav-collapse_ .nav > li > p,
.nav-collapse .sub-menu > ul li a,
.btn.btn-info {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 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;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

#header h1 a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha( opacity=100 )";
}

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

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: none repeat scroll 0 0 #0f7144;
  border-radius: 50%;
  content: "";
  height: 5px;
  left: 6px;
  position: absolute;
  top: 10px;
  width: 5px;
}

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

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

ul.ul02 {
  list-style: none;
}

ul.ul02 li {
  padding: 0 0 5px 21px;
  position: relative;
}

ul.ul02.float_ul01 li {
  box-sizing: border-box;
  float: left;
  margin: 0 2% 0 0;
  padding: 0 0 5px 21px;
  position: relative;
  width: 48%;
}

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

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

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);
  z-index: 10;
}

p.point_p {
  color: #cab52c;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  padding: 7px 5px 8px 16px;
  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: 16px 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%;
}

.border_box01,
.border-box01 {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: 10px;
}

.border_box02 {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 7px;
  padding: 10px;
}

.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 {
  width: 100%;
  max-width: 280px;
  display: block;
  margin: auto;
}

.link_btn a {
  line-height: 1.2;
  display: block;
  padding: 5px 25px 5px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  color: #1b1b1b;
  background: none;
  transition: all 0.5s ease 0s;
  text-decoration: none;
  letter-spacing: 0.05em;
  font-size: 13px;
  border-radius: 0;
  border: 1px solid #1b1b1b;
}

.link_btn a::after {
  border-top: 1px solid #1b1b1b;
  border-right: 1px solid #1b1b1b;
  content: "";
  display: block;
  height: 5px;
  margin-top: -3px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}

.link_btn a:hover {
  opacity: 0.8;
  color: #fff;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  text-decoration: none;
  background: #1b1b1b;
  /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#3db0e7', endColorstr='#0197e0')";*/
}

/*--------------------------------------
	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 {
  background: #002e4e;
  color: #fff;
}

.table01 tbody th {
  background: #ededec;
  width: 25%;
}

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

table.table02 th {
  padding: 2% 1%;
  text-align: left;
  border-bottom: solid 1px #f1e7b3;
  width: 22%;
  font-weight: normal;
  color: #50a81e;
}

table.table02 td {
  padding: 1%;
  text-align: left;
  border-bottom: solid 1px #f1e7b3;
}

@media screen and (max-width: 768px) {
  table.table01,
  table .table01 {
    font-size: 85%;
  }
  .table01 th,
  .table01 td {
    padding: 0.2em;
  }
}
@media (max-width: 480px) {
  table.table01,
  table .table01 {
    font-size: 70%;
  }
}
@media screen and (max-width: 768px) {
  table.table01,
  table .table01 {
    font-size: 85%;
  }
  .table01 th,
  .table01 td {
    padding: 0.2em;
  }
}
@media (max-width: 480px) {
  table.table01,
  table .table01 {
    font-size: 70%;
  }
}
/* =====================================
 共通
===================================== */
.slick-dots {
  bottom: -35px !important;
}

.top01,
.top02,
.top03,
.top04,
.top05,
.top06 {
  padding: 60px 0;
}

.top .h3_title_wrap {
  padding: 85px 0 40px;
}

.mainimage_wrap > .inner,
.section_service > .inner,
.section_map > .inner {
  width: 100% !important;
  max-width: 100% !important;
}

.mainimage_wrap > .inner {
  position: relative;
  height: 1px;
  padding: 0 0 55% !important;
  background: url(/images/mainimage01.jpg) center;
  background-size: cover;
}

.mainimage_wrap .column {
  padding: 0 !important;
}

.mainimage_wrap > .inner .img_span {
  z-index: 1;
  display: block;
}

.mainimage_wrap > .inner .img_span::before,
.mainimage_wrap > .inner .img_span::after {
  position: absolute;
  content: "";
  z-index: 11;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mainimage_wrap > .inner .img_span::before {
  background: url(/images/mainimage_bg.png);
  background-size: 100% 100%;
}

.mainimage_wrap > .inner .img_span::after {
  background: url(/images/dot.png);
}

.mainimage_wrap > .inner img {
  position: absolute;
  z-index: 111;
  top: 50%;
  left: 50%;
  margin: -152px 0 0 -326px;
}

.section_point {
  background: url(/images/dot02.png), url(/images/section_bg01.jpg) no-repeat center top;
  background-size: auto, cover;
  text-align: center;
  padding: 70px 0 60px;
}

.section_logo > .inner {
  padding: 0;
}

.footer_nav_l {
  float: left;
}

.footer_nav_r {
  float: left;
}

#bread span:hover {
  text-decoration: underline;
}

.map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

form .wrap {
  border-bottom: none;
  padding-top: 0;
  padding-bottom: 0;
}

.wf_form_text {
  box-sizing: border-box;
  font-size: 95%;
}

.wf_form_wrap_submit {
  text-align: center;
}

.wf_form_wrap_submit input {
  font-size: 16px !important;
  padding: 0.5em 1em !important;
}

.wf_form_parts_wrap.wf_radio_wrap {
  display: inline-block;
}

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

.googlemap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

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

.border_table table {
  border-collapse: collapse;
  width: 100%;
}

.border_table table td,
.border_table table th {
  border-collapse: collapse;
  border-bottom: 1px solid #ccc;
  padding: 1em 0.8em;
  text-align: left;
}

.border_table table th {
  border-bottom-color: #000;
}

.service_ttl01 {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  background: url(/images/logo_icon.svg) no-repeat center top;
  padding-top: 60px;
  padding-bottom: 0.5em;
  background-size: 40px;
  text-align: center;
  position: relative;
  margin-top: 1em;
  line-height: 1.3em;
}

.under .service_ttl01::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -25px;
  width: 50px;
  height: 2px;
  background: #000;
}

.message_txt_wrap {
  text-align: center;
}

.message_txt_wrap ul {
  display: inline-block;
}

.message_txt_wrap ul li {
  margin-bottom: 1em;
  text-align: left;
  line-height: 1.5em;
  font-size: 18px;
  font-weight: bold;
  list-style: none;
  padding: 0;
}

.message_txt_wrap ul li::before {
  display: none;
}

.btn_wrap a {
  position: relative;
  max-width: 260px;
  width: 100%;
  box-sizing: boder-box;
  padding: 10px;
  margin: 10px auto;
  display: block;
  border-radius: 0;
  background: #000;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}

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

.btn_wrap a::after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 13px;
  top: 0;
  bottom: 0;
  right: 10px;
  left: auto;
  margin: auto;
  background: url(/images/arrow.png) no-repeat center;
  transform: none;
  border: none;
}

@media screen and (min-width: 769px) {
  .under #content {
    min-height: 600px;
  }
}
@media screen and (max-width: 768px) {
  .youtube_btn {
    margin-bottom: 20px !important;
    display: block;
  }
  .youtube_btn img {
    width: 100%;
  }
  .columns {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
  }
  .under .columns p,
  .under .columns ul {
    text-align: left;
  }
  #mailform .column {
    padding: 0px;
    text-align: left;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .mainimage_wrap > .inner img {
    top: 25%;
    left: 22%;
    margin: 0;
    width: 56%;
  }
}
@media screen and (min-width: 769px) and (max-width: 845px) {
  .section_service .servicebox_wrap {
    max-width: 82%;
    width: 340px;
  }
}
@media screen and (max-width: 768px) {
  #footer .columns {
    text-align: left;
  }
  #footer .column_l {
    margin-bottom: 15px;
  }
  #footer .footer_title {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
  #footer .column_inner {
    overflow: hidden;
  }
  #footer .column_l p a[href^="tel:"] {
    color: #fff !important;
  }
  .mainimage_wrap > .inner {
    padding: 0 0 85% !important;
  }
  .mainimage_wrap > .inner img {
    position: absolute;
    z-index: 111;
    top: 30%;
    left: 17%;
    margin: 0;
    width: 66%;
  }
  .wf_blog_ul li {
    padding-left: 0;
    padding-right: 0;
  }
  .wf_blog_ul .wf_blog_li_date,
  .wf_blog_ul .wf_blog_li_title {
    float: none;
  }
  .wf_blog_ul .wf_blog_li_date {
    padding-bottom: 0;
  }
  .wf_blog_ul .wf_blog_li_title {
    padding-top: 0;
  }
  .section_map > .inner {
    padding-bottom: 90%;
  }
  .border_table table {
    border-top: 1px solid #ccc;
  }
  .border_table table td,
  .border_table table th {
    display: block;
  }
  .border_table table th {
    background: #f1f1f1;
    border-bottom: none;
  }
  .under .wrap.h3_title_wrap h3,
  .blog_body .wf_bread_ul + .wrap h3 {
    padding: 35px 0 0 0;
    font-size: 24px;
  }
  .under h3::after {
    height: 30px !important;
  }
  .under h4::before {
    height: 27px;
  }
  .under h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 360px) {
  .h5_title_wrap {
    margin-bottom: 0;
  }
  .under .wrap.h3_title_wrap h3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .under .wrap.h3_title_wrap h3 .en {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .slick-slide img.pc {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .slick-slide img.sp {
    display: none !important;
  }
}
#footer {
  background: #000;
  color: #fff;
}

#footer .inner {
  padding: 120px 0;
}

@media (max-width: 768px) {
  #footer .inner {
    padding: 60px 0 40px;
  }
}
#footer figure {
  text-align: center;
  margin: 0 0 35px;
  filter: drop-shadow(2px 4px 6px #000);
}

@media (min-width: 769px) {
  #footer figure {
    text-align: left;
  }
}
#footer .ft_title {
  font-size: 36px;
  border-bottom: solid 1px;
  margin: 0 0 0.5em;
  font-family: "Jost", sans-serif;
}

@media (max-width: 768px) {
  #footer .ft_title {
    font-size: 28px;
  }
}
#footer table {
  margin: 0 0 20px;
}

#footer table th,
#footer table td {
  letter-spacing: 0.08em;
  line-height: 1.4 !important;
  text-align: left;
  font-size: 16px;
}

#footer table th {
  font-weight: bold;
}

#footer .sec_text {
  line-height: 1.875 !important;
}

#footer .sec_text a {
  color: #fff;
}

#footer .sec_text1 {
  margin-bottom: 30px;
}

@media (min-width: 769px) {
  #footer .ft_list {
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
@media (max-width: 768px) {
  #footer .ft_list {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  #footer .ft_list .ft_nav {
    margin-top: 10px;
  }
}
#footer .ft_list .ft_nav li:not(:first-child) {
  margin-top: 10px;
}

#footer .ft_list .ft_nav li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  position: relative;
  padding-left: 14px;
  display: block;
}

#footer .ft_list .ft_nav li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: 0;
  margin: auto;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: 0.2s;
}

#footer .ft_list .ft_nav li a:hover {
  text-decoration: underline;
}

#footer .ft_list .ft_nav li ul {
  margin-top: 1em;
}

#footer .ft_list .ft_nav li ul li {
  margin-left: 1em;
}

#footer .ft_list .ft_nav li ul li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 1px;
  top: 14px;
  bottom: auto;
  right: auto;
  left: 0;
  margin: auto;
  background: #fff;
  transform: none;
  border: none;
}

#footer .copyright {
  background: #000;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.08em;
  border-top: solid 1px #5373a4;
  padding: 20px 10px;
  box-sizing: border-box;
  text-align: center;
}

@media (max-width: 768px) {
  #footer .copyright {
    font-size: 14px;
    padding-bottom: 21vw;
  }
}
@media (max-width: 768px) {
  #footer .columns {
    text-align: left;
    max-width: 600px;
    margin: 0 auto;
  }
}
.pagetop {
  background: url(/images/top_btn.png);
  background-size: contain;
  width: 86px;
  height: 86px;
  z-index: 99;
  position: fixed;
  right: 65px;
  bottom: 15px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .pagetop {
    width: 50px;
    height: 50px;
    bottom: 18vw;
    right: 15px;
  }
}
@media (min-width: 769px) {
  .mainimage.wf_youtube_main_wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
  }
  .mainimage.wf_youtube_main_wrap video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    min-width: 1920px;
    min-height: 100%;
    transform: translate(-50%, -50%);
    z-index: -100;
    vertical-align: top;
  }
}
.mainimage.wf_youtube_main_wrap video {
  vertical-align: top;
}

@media (max-width: 768px) {
  .mainimage.wf_youtube_main_wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  .mainimage.wf_youtube_main_wrap video {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    height: 100vw;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
/* =============================================
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 {
    margin-top: -70px;
    padding-top: 70px;
  }
}
@media (min-width: 961px) {
  .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: -10px;
    padding-top: 10px;
  }
}
#header {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}

#header .inner {
  max-width: 100%;
  margin: 0 auto;
}

#header .hdr_ifo {
  position: absolute;
  top: 20px;
  right: 40px;
  display: flex;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

#header .hdr_ifo .btn_wrap a {
  border: solid 1px #fff;
  color: #fff;
  width: 200px;
  max-width: 200px;
  margin: 0;
  padding: 8px 40px;
}

#header .hdr_ifo .btn_wrap a::before {
  border-color: #fff;
}

#header .hdr_ifo .btn_wrap a::after {
  display: none;
}

#header .hdr_ifo .btn_wrap a:hover {
  background: #fff;
  color: #000;
}

#header .hdr_ifo .btn_wrap a:hover::before {
  border-color: #000;
}

#header .hdr_tel {
  text-align: right;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}

#header .hdr_tel strong {
  font-size: 26px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  margin: 1.5em 0 0.5em;
}

#header .hdr_tel strong .large {
  font-size: 36px;
  color: #fff;
}

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

#header h1 {
  width: 20%;
  max-width: 300px;
  float: none;
  margin: 0;
  padding: 0;
}

#header h1 img {
  max-width: 90%;
  display: block;
  filter: drop-shadow(2px 4px 6px #000);
}

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

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

#menu {
  padding-bottom: 0;
  /*padding-top: 100px;*/
}

#menu #menu-inner {
  max-width: 100%;
}

#menu-btn {
  display: none;
}

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

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

#menu-list > li > a {
  display: block;
  padding: 0 10px;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.08em;
}

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

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

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

@media (min-width: 961px) {
  .sp2 {
    display: none !important;
  }
  #menu {
    width: 900px;
    max-width: 73%;
  }
}
@media (min-width: 961px) and (max-width: 1279px) {
  #menu-list > li > a {
    font-size: clamp(12px, 1vw, 16px);
    padding: 0 5px;
  }
}
@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: 65px;
  }
  #menu {
    display: block;
    padding: 0;
  }
  #header {
    background: #000;
    position: fixed;
    top: 0;
    width: 100%;
    height: 65px;
    box-sizing: border-box;
    z-index: 5;
    display: flex;
    align-items: center;
  }
  #header .hdr_top {
    padding: 0;
  }
}
#header .hdr_info_list a {
  display: block;
}

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

nav:not(.wf_paging) {
  position: fixed;
  top: 0;
  left: -300px;
  bottom: 0;
  width: 70%;
  background: #e0e0e0;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.3s;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  max-width: 500px;
}

.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;
  background-color: #fff;
  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 #000000;
  padding: 10px;
  background: #e0e0e0;
  color: #0d0d0d;
  text-shadow: none;
}

#menu-list > li > a:hover {
  background: #000;
  color: #fff;
}

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

#menu-list > li > ul.menu-children {
  display: none;
  visibility: visible;
  opacity: 1;
  width: 100%;
  position: relative;
  box-shadow: none;
}

#menu-list > li > ul.menu-children > li {
  width: 100%;
  -moz-text-align-last: left;
  text-align-last: left;
}

#menu-list > li > ul.menu-children > li > a {
  padding: 8px 10px;
  padding-left: 20px;
  line-height: 2;
  background: #000;
  border-color: #fff;
}

#menu-list > li > ul.menu-children > li > a:hover {
  background: #000;
}

@media (min-width: 961px) {
  #menu .menu-has-child .sp {
    display: none;
  }
}
@media (max-width: 960px) {
  #menu .menu-has-child .pc {
    display: none;
  }
}
.under #header {
  background: #000;
}

@media (min-width: 961px) {
  .under #header {
    position: static;
  }
  #header h1 img {
    /*-webkit-filter: drop-shadow(0px 3px 10px rgba(255, 255, 255, 0.8));
    filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.8));*/
  }
}
@media (max-width: 960px) {
  .under #header {
    padding: 0;
  }
}
.under #header .hdr_ifo .btn_wrap a {
  text-shadow: none;
  box-shadow: none;
}

.under #header .hdr_ifo .btn_wrap a:hover {
  text-shadow: none;
}

.under #header #menu-list > li > a {
  text-shadow: none;
}

.under .borderbox .ul02 {
  text-align: left;
}

.under .wrap.h3_title_wrap {
  background: none;
}

.under h3 {
  font-size: 30px;
  letter-spacing: 0.05em;
  font-weight: bold;
  position: relative;
  text-align: center;
  margin: 60px 0 0.8em;
  padding: 50px 0 0;
  color: #000;
  line-height: 1.3;
}

@media (max-width: 768px) {
  .under h3 {
    font-size: 24px;
    padding: 45px 0 0;
    margin: 35px 0 0.8em;
  }
}
.under h3::after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 40px;
  top: 0;
  bottom: auto;
  right: 0;
  left: 0;
  margin: auto;
  background: #000;
}

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

.originh1,
.under.blog_body .h3_title_wrap h3,
.under h2 {
  font-size: 36px;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
  padding: 60px 0;
  color: #000;
  margin: 0;
}

.originh1::after,
.under.blog_body .h3_title_wrap h3::after,
.under h2::after {
  display: none;
}

@media (max-width: 768px) {
  .originh1,
  .under.blog_body .h3_title_wrap h3,
  .under h2 {
    font-size: 27px;
    padding: 30px 0;
  }
}
.under h4 {
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  padding: 0 0 12px 20px;
  margin-bottom: 0;
  margin-top: 1em;
  margin-bottom: 0.5em;
  letter-spacing: 0.05em;
  position: relative;
  color: #000;
  border-bottom: solid 2px #cccccc;
}

@media (max-width: 768px) {
  .under h4 {
    font-size: 20px;
    padding: 0 0 10px 15px;
  }
}
.under h4::after {
  display: none;
}

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

.under h5 {
  font-size: 20px;
  padding: 0;
  border-left: none;
  font-weight: bold;
  background: none;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 23px;
  color: #2c1a0c;
  text-align: left;
}

.under h5:before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  top: 12px;
  bottom: auto;
  right: auto;
  left: 0;
  margin: auto;
  transform: rotate(45deg);
  background: #2283c7;
}

@media (max-width: 768px) {
  .under h5 {
    font-size: 17px;
    padding-left: 17px;
  }
  .under h5:before {
    top: 9px;
  }
}
.under .h2_title_wrap + .wf_bread_ul {
  margin-bottom: 30px;
}

.under .wf_bread_ul {
  width: 100%;
  max-width: 1000px;
  background: none;
  padding: 2px 5px;
  box-sizing: border-box;
  color: #0d0d0d;
}

.under .wf_bread_ul a {
  color: #000;
}

.borderbox {
  border: none;
  background: #e0e0e0;
  box-sizing: border-box;
  padding: 35px 40px 30px !important;
}

@media (max-width: 768px) {
  .borderbox {
    padding: 30px 20px 20px !important;
    margin: 30px auto !important;
  }
}
.t01_wrap thead th {
  text-align: center;
  background: #000;
}

.t01_wrap tbody th {
  text-align: center;
  background: #e0e0e0;
}

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

@media (max-width: 768px) {
  .t01_wrap table {
    font-size: 100%;
  }
}
.under .columns .column > h4.title {
  margin: 0 0 15px;
}

.bg_box {
  padding: 40px !important;
  box-sizing: border-box;
  background: #e0e0e0;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: bold;
}

@media (max-width: 768px) {
  .bg_box {
    padding: 23px 20px !important;
    font-size: 16px;
    text-align: left;
  }
}
.bg_box01 {
  padding: 40px !important;
  box-sizing: border-box;
  background: #e0e0e0;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: bold;
}

@media (max-width: 768px) {
  .bg_box01 {
    padding: 23px 20px !important;
    font-size: 16px;
  }
}
.bg_box02 {
  padding: 40px !important;
  box-sizing: border-box;
  background: #e0e0e0;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: bold;
}

@media (max-width: 768px) {
  .bg_box02 {
    padding: 23px 20px !important;
    font-size: 14px;
  }
}
.under .sec_access {
  padding: 0;
  background: none;
}

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

.mt-20 {
  margin-top: 20px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.under .columns .column > h4.title {
  margin: 0 0 15px;
}

.under .columns .column > h5.title {
  margin: 0 0 12px;
}

@media (max-width: 768px) {
  .under .columns .column {
    margin-bottom: 20px;
  }
}
/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 96%;
  max-width: 900px;
  margin: 0 auto;
}

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

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

/*アイコンの＋と×*/
.accordion-area .title::before,
.accordion-area .title::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #000;
  transition: all 0.5s ease;
}

.accordion-area .title::before {
  top: 48%;
  left: 15px;
  transform: rotate(0deg);
}

.accordion-area .title::after {
  top: 48%;
  left: 15px;
  transform: rotate(90deg);
  margin: 0;
}

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

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

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

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

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

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

@media (max-width: 768px) {
  ul.ul02 li {
    margin-bottom: 2px !important;
    margin-top: 0 !important;
  }
}
.top_ttl {
  font-size: clamp(45px, 6vw, 45px);
  text-align: left;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  position: relative;
  margin: 0 0 0.8em;
  /*font-family: "Jost", sans-serif;*/
  letter-spacing: 0.02em;
  padding-left: 0.5em;
}

@media (max-width: 768px) {
  .top_ttl {
    font-size: 24px;
    margin: 0 0 0.8em;
  }
}
.top_ttl::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
  margin: auto;
  background: #000;
  width: 4px;
  height: 100%;
}

.top_ttl .sub {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 20px;
  display: block;
  margin-bottom: 7px;
  line-height: 1;
  font-weight: bold;
}

@media (max-width: 768px) {
  .top_ttl .sub {
    font-size: 17px;
    margin-bottom: 4px;
  }
}
.text-center {
  text-align: center;
}

@media (min-width: 769px) {
  .pc-text-center {
    text-align: center;
  }
}
.sec_news {
  padding: 100px 0 200px;
  background: url(/images/bg_img005.jpg) no-repeat center/cover;
}

@media (max-width: 768px) {
  .sec_news {
    background: url(/images/sp_bg_img001.jpg) no-repeat center/cover;
    padding: 50px 0 130px;
  }
}
@media (min-width: 769px) {
  .sec_news h2 {
    text-align: left;
    margin-bottom: 35px;
  }
  .sec_news h2::after {
    left: 0;
    right: auto;
  }
}
@media (max-width: 768px) {
  .sec_news .news_content {
    margin: 0 0 20px;
  }
}
@media (min-width: 769px) {
  .sec_news .btn_wrap a {
    margin: 0;
    max-width: 210px;
  }
}
@media (min-width: 769px) {
  .sec_news .news_box {
    display: flex;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
}
@media (min-width: 769px) {
  .sec_news .news_box .news_title_box {
    width: 28%;
  }
  .sec_news .news_box .news_content {
    width: 72%;
  }
}
.sec_news .news_box .wf_blog_ul {
  width: 100%;
  margin: 0;
}

.sec_news .news_box .wf_blog_ul li {
  display: block;
  padding: 1em;
  font-size: 16px;
  letter-spacing: 0.08em;
  border-bottom: solid 1px #cccccc;
}

.sec_news .news_box .wf_blog_ul li:first-child {
  border-top: solid 1px #cccccc;
}

@media (max-width: 768px) {
  .sec_news .news_box .wf_blog_ul li {
    padding: 12px 10px;
  }
}
.sec_news .news_box .wf_blog_ul .wf_blog_li_date,
.sec_news .news_box .wf_blog_ul .wf_blog_li_title {
  float: none;
  padding: 0;
}

.sec_news .news_box .wf_blog_ul .wf_blog_li_title {
  padding-top: 0.5em;
  color: #000;
}

.sec_news .news_box .wf_blog_li_date {
  color: #000;
}

.sec_news .wf_lic .wf_blog_li_date:after {
  text-align: center;
  min-width: 5em;
  display: inline-block;
  padding: 0;
}

.sec_news .wf_lic_お知らせ .wf_blog_li_date:after {
  content: "News";
  background: #fff;
  color: #be122a;
  border: solid 2px #be122a;
  margin-left: 10px;
}

.sec_about {
  padding: clamp(40px, 8vw, 100px) 0;
  background: url(/images/bg_img002.jpg) no-repeat center/cover;
  color: #fff;
}

@media (max-width: 768px) {
  .sec_about {
    background: url(/images/sp_bg_img002.jpg) no-repeat center/cover;
  }
}
@media (min-width: 769px) {
  .sec_about .inner {
    max-width: 100%;
    width: 100% !important;
    padding: 0;
  }
}
.sec_about .columns {
  margin: 0;
}

.sec_about .column {
  padding: 0;
}

.sec_about .con_img {
  margin-top: calc(clamp(40px, 0vw, 100px) * -1 - 100px);
  padding-right: 2%;
  display: block;
}

@media (min-width: 769px) {
  .sec_about .con_text {
    padding-right: max(50% - 500px, 2%);
  }
}
.sec_about .top_ttl {
  color: #fff;
}

.sec_about .top_ttl:after {
  background: #fff;
}

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

.sec_about .btn_wrap a {
  border: solid 1px #fff;
}

@media (min-width: 769px) {
  .sec_about .btn_wrap a {
    margin-left: 0;
  }
}
.sec_reason {
  background: url(/images/bg_img005.jpg) no-repeat center/cover;
  padding: 0 0 clamp(40px, 8vw, 100px);
}

@media (min-width: 769px) {
  .sec_reason .inner {
    max-width: 100%;
    width: 100% !important;
    padding: 0;
  }
}
.sec_reason .columns {
  margin: 0;
}

.sec_reason .column {
  padding: 0;
}

.sec_reason .con_img {
  text-align: right;
  display: block;
}

@media (max-width: 768px) {
  .sec_reason .con_img {
    margin-top: -10px;
    margin-right: -3.2%;
  }
}
.sec_reason .con_text {
  text-align: left;
}

@media (min-width: 769px) {
  .sec_reason .con_text {
    padding: clamp(40px, 16vw, 200px) 0 0 max(50% - 500px, 2%);
  }
}
.sec_reason .top_ttl {
  white-space: nowrap;
}

@media (max-width: 768px) {
  .sec_reason .top_ttl {
    font-size: 26px;
  }
}
.sec_reason .sub_ttl {
  font-size: clamp(24px, 3.5vw, 40px);
  font-weight: bold;
  border-bottom: solid 1px;
  display: inline-block;
  margin-left: 2.3em;
  position: relative;
  color: #000;
  line-height: 1.3;
  margin-bottom: 0.6em;
  margin-top: 0.8em;
}

.sec_reason .sub_ttl:before {
  display: block;
  position: absolute;
  width: 3.08em;
  height: 3.08em;
  top: 0;
  bottom: 0;
  right: auto;
  left: -3.68em;
  margin: auto;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  color: #fff;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 0.625em;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec_reason .sub_ttl.num01:before {
  content: "01";
}

.sec_reason .sub_ttl.num02:before {
  content: "02";
}

.sec_reason .sub_ttl.num03:before {
  content: "03";
}

.sec_reason .sub_ttl.num04:before {
  content: "04";
}

.sec_reason .text {
  font-weight: bold;
  color: #000;
  font-size: clamp(14px, 1.75vw, 20px);
  line-height: 2;
  margin-left: 4.6em;
}

.sec_classification {
  background: url(/images/bg_img004.png) no-repeat center top/cover;
  padding: clamp(70px, 16vw, 200px) 0 clamp(40px, 8vw, 100px);
}

@media (max-width: 768px) {
  .sec_classification {
    background: url(/images/sp_bg_img004.png) no-repeat center top/cover;
  }
}
.sec_classification .top_ttl {
  text-align: center;
  padding-top: 70px;
  padding-left: 0;
}

@media (max-width: 768px) {
  .sec_classification .top_ttl {
    padding-top: 50px;
  }
}
.sec_classification .top_ttl:after {
  width: 4px;
  height: 50px;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
}

@media (max-width: 768px) {
  .sec_classification .top_ttl:after {
    height: 40px;
  }
}
.sec_classification img {
  filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.2));
}

@media (max-width: 768px) {
  .sec_classification img {
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.2));
  }
}
@media (min-width: 769px) {
  .sec_classification .column:nth-child(2n) {
    margin-top: 5%;
  }
  .sec_classification .column:nth-child(2n-1) {
    margin-top: -5.6%;
  }
  .sec_classification .column:nth-child(2) {
    margin-top: 9%;
  }
  .sec_classification .column:first-child {
    margin-top: 0;
  }
}
.sec_company {
  background: url(/images/bg_img04.jpg) no-repeat center center/cover;
  padding: clamp(40px, 8vw, 100px) 0;
  position: relative;
}

@media (min-width: 769px) {
  .sec_company::before {
    content: "";
    display: block;
    position: absolute;
    max-width: 83.3333333333%;
    max-height: 66.6666666667%;
    width: 1600px;
    height: 720px;
    top: 20%;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: #eaeaea;
    z-index: -1;
  }
}
.sec_company .top_ttl {
  text-align: center;
  padding-top: 70px;
  padding-left: 0;
}

@media (max-width: 768px) {
  .sec_company .top_ttl {
    padding-top: 50px;
  }
}
.sec_company .top_ttl:after {
  width: 4px;
  height: 50px;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
}

@media (max-width: 768px) {
  .sec_company .top_ttl:after {
    height: 40px;
  }
}
.sec_company .columns {
  padding: 0;
  margin: 0;
}

.sec_company .column {
  padding: 0;
  margin: 0;
}

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

.sec_contact {
  padding: clamp(40px, 8vw, 100px) 0;
  background: url(/images/bg_img004.jpg) no-repeat center/cover;
  color: #fff;
}

.sec_contact .top_ttl {
  color: #fff;
}

.sec_contact .top_ttl:after {
  background: #fff;
}

.sec_contact .tel {
  font-size: 26px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  margin: 1.5em 0 0.5em;
  line-height: 1;
}

.sec_contact .tel a {
  font-size: 36px;
  color: #fff;
}

.sec_contact .btn_wrap {
  margin-top: 30px;
}

.sec_contact .btn_wrap a {
  background: transparent;
  border: solid 2px #fff;
}

@media (min-width: 769px) {
  .sec_contact .btn_wrap a {
    margin-left: 0;
  }
}
.sidebanner {
  position: fixed;
  right: 0;
  z-index: 10;
  top: 175px;
  max-width: 79px;
}

@media (min-width: 769px) {
  .sidebanner img.pc {
    display: block;
    width: 100%;
  }
  .sidebanner li:last-child {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 769px) and (max-width: 1300px) {
  .sidebanner {
    width: 60px;
  }
}
@media (max-width: 768px) {
  .sidebanner {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 10;
    top: auto;
    bottom: 0;
    max-width: 100%;
  }
  .sidebanner ul {
    display: flex;
  }
}
.sec_text {
  line-height: 2.5 !important;
}

@media (max-width: 767px) {
  .sec_text {
    line-height: 1.8 !important;
  }
}
h3.eng_title span {
  display: block;
  font-size: 16px;
}

@media (min-width: 769px) {
  .wide_section .inner {
    width: 94% !important;
    max-width: 1300px !important;
  }
}
.wide_section img {
  border-radius: 20px;
}

.bg_box_w {
  background: #e0e0e0;
  padding: 40px 30px 30px;
  border-radius: 20px;
}

@media (max-width: 768px) {
  .bg_box_w {
    padding: 30px 20px 20px;
  }
}
.bg_box_w {
  -moz-column-gap: 60px;
       column-gap: 60px;
  margin-bottom: 25px !important;
}

.bg_box_w .column {
  padding: 0;
}

@media (min-width: 769px) {
  .coating_custum .columns {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .coating_custum .column.is-7 {
    width: 54.33333%;
  }
}
.bg_box_w .sec_text {
  line-height: 2 !important;
  letter-spacing: 0.05em;
}

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

@media (max-width: 768px) {
  .bg_box_w {
    margin-bottom: 10px !important;
  }
}
.sec_classification .map_2 {
  margin-top: 70px;
}

@media (max-width: 768px) {
  .sec_classification .map_2 {
    margin-top: 30px;
  }
}
.page_coating .wf_bread_ul {
  max-width: 1300px;
}

.sec_news .inst_btn {
  text-align: center;
  margin-top: 20px;
}

.sec_news .inst_btn a {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.sec_news .inst_btn a .instinfo {
  letter-spacing: 0.05em;
}

.sec_news .inst_btn a:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .sec_news .inst_btn a {
    justify-content: center;
  }
}
@media (max-width: 1000px) and (min-width: 769px) {
  .sec_news .inst_btn a .instinfo {
    font-size: 13px;
  }
}
.sec_classification h3.title {
  font-size: 36px;
  color: #000;
  text-align: left;
  border-bottom: solid 1px #000;
  padding-bottom: 5px;
  margin: 95px 0 35px;
}

@media (max-width: 768px) {
  .sec_classification h3.title {
    font-size: 22px;
    margin: 40px 0 20px;
  }
}
.sp_inst {
  max-width: 36vw;
  margin: 0 0 6px;
}

.sp_inst img {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  display: block;
}

.under_slider {
  max-width: 1300px;
  margin: 0 auto 10px;
}

.carousel.under_slider .slick-arrow.slick-next {
  display: none !important;
}

.carousel.under_slider .slick-arrow.slick-prev {
  display: none !important;
}

@media (min-width: 961px) {
  #header .info {
    position: absolute;
    top: 30px;
    right: 10px;
    margin-top: 0;
    width: 166px;
    max-width: 36%;
    padding-top: 0;
    float: right;
  }
  #header .info a {
    margin-right: 4.5%;
    display: block;
    width: 30.5%;
    float: left;
    max-width: 50px;
  }
  #header .info img {
    width: 100%;
    display: block;
  }
  #nav {
    background: none;
  }
  .toggle {
    display: block;
    position: absolute;
    top: 30px;
    right: 25px;
    max-width: 50px;
    width: 10%;
  }
  #header #toggle a {
    width: 100%;
    margin: 0;
    float: none;
    position: relative;
  }
  #nav ul {
    background: rgba(255, 255, 255, 0.7);
    left: 0;
    margin: 0;
    top: 90px;
    width: 100%;
    position: absolute;
    z-index: 999;
  }
  #nav #menu > li {
    display: block;
    text-align: left;
    float: none;
    height: auto;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #ccc;
    margin: 0;
  }
  #nav ul li.nav01 {
    border-left: none;
  }
  #nav ul li a {
    display: block;
    padding: 14px 10px;
    width: 100%;
    float: none;
    box-sizing: border-box;
    text-align: left;
    height: auto;
    line-height: 1.5;
  }
  .submenu_ul > li {
    width: 100%;
  }
}
/*# sourceMappingURL=index.css.map */