@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@600&display=swap");
body {
  background: #fff;
  color: #121212;
  line-height: 1.7;
}

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

a:hover {
  color: #e31e23;
}

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

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

.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) {
  .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;
  }
}
.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 {
  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: #fff !important;
}

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: #e31e23;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 7px;
  position: absolute;
  top: 10px;
  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 14px;
  position: relative;
  margin-top: 0 !important;
}

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

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

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

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

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

@media (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
    color: #121212;
  }
}
.center1 {
  text-align: center;
}

.center2 {
  text-align: center;
}

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

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

/*ボタンデザイン*/
.btn_wrap a {
  background: #e31e23;
  color: white;
  font-size: 16px;
  border-radius: 0;
  max-width: 100%;
  padding: 10px;
  width: 245px;
  letter-spacing: 0;
  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: 0;
  height: 0;
  border: 4px solid white;
  border-bottom-color: transparent;
  border-left-color: transparent;
  content: "";
}

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

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

.btn_color01 a {
  background: #a3c96c;
}

.btn_color02 a {
  background: #e31e23;
}

.btn_color03 a {
  background: #50a6d7;
}

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

@media (max-width: 768px) {
  .pagetop {
    width: 60px;
    height: 85px;
    bottom: 30px;
  }
}
.pagetop:before {
  display: none;
}

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

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

/*ブログ一覧のカテゴリ表示*/
.wf_lic_お知らせ .wf_blog_li_date:before {
  content: "お知らせ";
  background: #121212;
  color: white;
  margin-right: 10px;
}

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

.wf_blog_li_date_date {
  color: #e31e23;
  letter-spacing: 2px;
}

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

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

.blog_body .h3_title_wrap h3,
.under h2 {
  max-width: 100% !important;
  font-size: 36px;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
  padding: 50px 0;
  color: #fff;
  background: #121212;
}

@media (max-width: 768px) {
  .blog_body .h3_title_wrap h3,
  .under h2 {
    font-size: 28px;
    padding: 30px 0;
  }
}
.under h3 {
  font-size: 30px;
  letter-spacing: 0.05em;
  font-weight: bold;
  position: relative;
  text-align: center;
  margin: 30px 0;
  padding: 0 0 5px 0;
  line-height: 1.8;
  color: #121212;
}

.under h3:after {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 3px;
  top: auto;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: #e31e23;
}

@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: 24px;
  font-weight: bold;
  position: relative;
  text-align: left;
  margin: 10px 0 20px 0;
  padding-left: 20px;
  border-bottom: 2px solid #e31e23;
  padding-bottom: 10px;
  color: #121212;
}

.under h4:after {
  content: "";
  position: absolute;
  top: 7px;
  bottom: auto;
  left: 0;
  right: auto;
  margin: auto 0;
  width: 5px;
  height: 29px;
  background: #e31e23;
}
@media (max-width: 768px) {
  .under h4:after {
    top: 4px;
  }
}

@media (max-width: 768px) {
  .under h4 {
    font-size: 20px;
  }
}
.under h5 {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  text-align: left;
  margin: 10px 0 20px 0;
  padding-left: 20px;
  color: #121212;
}

.under h5:after {
  content: "";
  content: "";
  position: absolute;
  top: 14px;
  bottom: auto;
  left: 0;
  right: auto;
  margin: auto 0;
  width: 7px;
  height: 7px;
  background: #e31e23;
}
@media (max-width: 768px) {
  .under h5:after {
    top: 12px;
  }
}

@media (max-width: 768px) {
  .under h5 {
    font-size: 18px;
  }
}
.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: #121212;
}
@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: 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: #e31e23;
  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 #e31e23;
  margin: 0 3% 3% 3%;
  padding: 3%;
}

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

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

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

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

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

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

.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: 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;
  }
}
#header .hdr_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .contact_btn a {
  margin: 0;
  padding: 25px 10px;
  width: 280px;
  max-width: 17vw;
}
#header h1 {
  width: 316px;
  max-width: 25%;
  float: none;
  margin: 0;
  margin-left: 2%;
}
#header h1 img {
  display: block;
  max-width: 100%;
}
#header .hdr_info_wrap {
  max-width: 73%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
#header .hdr_info_list {
  list-style: none;
  display: flex;
  align-items: center;
  text-align: right;
}
#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;
  padding: 0 20px;
  font-size: 16px;
  text-decoration: none;
  font-weight: normal;
  color: #121212;
}

#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: #e31e23;
  padding: 13px 10px;
  border-bottom: 1px solid #fff;
color: #fff;
}

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

@media (min-width: 961px) {
  .sp2 {
    display: none !important;
  }
  #menu-list {
    margin: 0;
    list-style-type: none;
    display: flex;
    align-items: stretch;
  }
  #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: 961px) and (max-width: 1200px) {
  #menu-list > li > a {
    font-size: 1.3vw;
    padding: 0 1em;
  }
}
@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: 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;
  }
  #header h1 {
    max-width: calc(100% - 180px - 4%);
    width: 200px;
  }
  #header .hdr_info_list a {
    display: block;
  }
  #header .hdr_info_list img {
    width: 60px;
    display: block;
  }
  #header .hdr_info_wrap {
    gap: 0;
  }
  nav {
    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: white;
    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: 40px;
    height: 2px;
    background-color: #e31e23;
    border-radius: 4px;
    transition: all 0.3s;
    left: 10px;
  }
  .toggle span:nth-child(1) {
    top: 14px;
  }
  .toggle span:nth-child(2) {
    top: 28px;
  }
  .toggle span:nth-child(3) {
    bottom: 14px;
  }
  .open .toggle span {
    background-color: #fff;
  }
  .open .toggle span:nth-child(1) {
    transform: translateY(15px) rotate(-45deg);
  }
  .open .toggle span:nth-child(2) {
    opacity: 0;
  }
  .open .toggle span:nth-child(3) {
    transform: translateY(-15px) 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: 10px;
    background: #fff;
  }
  #menu-list > li > a img {
    display: none;
  }
  #menu-list > li > ul.menu-children {
    display: none;
    visibility: visible;
    opacity: 1;
    width: 100%;
    position: relative;
    box-shadow: none;
  }
  #menu-list > li > ul.menu-children > li {
    width: 100%;
    -moz-text-align-last: left;
         text-align-last: left;
  }
  #menu-list > li > ul.menu-children > li > a {
    padding-left: 20px;
    line-height: 2;
    background: #e31e23;
  }
  #menu-list > li > ul.menu-children > li > a:hover {
    background: none;
  }
}
/* =============================================
footer
============================================= */
body:not(.top) #footer {
  border-top: solid 1px #121212;
}

#footer {
  background: #fff;
  padding: 80px 0 0;
}
@media (max-width: 768px) {
  #footer {
    padding: 40px 0 0;
  }
}
#footer .footer_tel a {
  color: #e31e23;
  font-weight: bold;
  font-size: clamp(24px, 3.7vw, 40px);
  padding-left: 30px;
  position: relative;
}
#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: #e31e23;
  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: #121212;
}
@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: 1.5em;
  position: relative;
  margin-top: 0.2em;
}
#footer .footer_menu li:before {
  display: block;
  content: "";
  position: absolute;
  top: 8px;
  right: auto;
  left: 0;
  bottom: auto;
  margin: auto;
  box-sizing: border-box;
  width: 8px;
  height: 5px;
  border: 5px solid transparent;
  border-left: 8px solid #e31e23;
}
#footer .footer_menu li a {
  color: #121212;
}
#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;
  }
}

.copyright {
  width: 100%;
  text-align: center;
  font-size: 16px;
  padding: 20px;
  box-sizing: border-box;
  background: #121212;
  margin-top: 80px;
  color: #fff;
}
@media (max-width: 768px) {
  .copyright {
    margin-top: 40px;
    font-size: 12px;
  }
}

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

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

.sec02 {
  padding: 100px 0 150px;
}
@media (max-width: 768px) {
  .sec02 {
    padding: 50px 0;
  }
}
.sec02 .wf_blog_ul {
  overflow-y: scroll;
}
@media (min-width: 769px) {
  .sec02 .wf_blog_ul {
    height: 200px;
  }
}
@media (max-width: 768px) {
  .sec02 .wf_blog_ul {
    min-height: 90px;
    max-height: 200px;
  }
}
.sec02 .btn_wrap a {
  width: 280px;
}
@media (min-width: 769px) {
  .sec02 .btn_wrap a {
    margin-left: 0;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .sec02 .btn_wrap a {
    width: 200px;
  }
}

@media (min-width: 769px) {
  .sec02 {
    min-height: 480px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
}
.sec02 .columns {
  align-items: center;
}

@media (max-width: 768px) {
  .sec02 .ttl_wrap {
    text-align: center;
  }
}
.sec02 .ttl_wrap h3.title {
  font-size: clamp(50px, 8vw, 90px);
}
.sec02 .ttl_wrap h4.title {
  font-size: clamp(20px, 3vw, 30px);
}

.sec02 .flex_cont .wf_info_cat_selector {
  width: 25%;
  text-align: center;
  font-weight: bold;
  color: white;
  padding: 10px 0;
  border-radius: 15px 15px 0 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 16px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .sec02 .flex_cont .wf_info_cat_selector {
    font-size: 14px;
  }
}
.sec02 .flex_cont .wf_info_cat_selector .sub {
  font-size: 0.85em;
}
@media (max-width: 768px) {
  .sec02 .flex_cont .wf_info_cat_selector .sub {
    font-size: 0.6em;
  }
}

.sec02 .wf_paging {
  display: none;
}

.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: #e31e23;
  font-weight: bold;
}

.sec_company {
  padding: 130px 0 150px;
  background: url(/images/bg_img001.jpg) no-repeat center/cover;
}
@media (max-width: 768px) {
  .sec_company {
    padding: 40px 0;
  }
}
@media (min-width: 769px) {
  .sec_company img {
    max-width: 568px;
    width: 47vw;
    margin-top: 15%;
  }
}
@media (min-width: 769px) {
  .sec_company .btn_wrap a {
    margin-left: 0;
    margin-right: auto;
  }
}

.sec_strength {
  background: url(/images/bg_img002.jpg) no-repeat center/cover;
  padding-bottom: 130px;
}
@media (max-width: 768px) {
  .sec_strength {
    padding-bottom: 40px;
  }
}
.sec_strength .ttl_wrap {
  margin-top: -80px;
  text-align: center;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .sec_strength .ttl_wrap {
    margin-top: -20px;
  }
}
.sec_strength .ttl_wrap h4.title {
  border-top: solid 1px;
  border-bottom: solid 1px;
  line-height: 1.2;
}
.sec_strength .ttl_wrap h4.title .num {
  font-size: clamp(24px, 3.2vw, 44px);
}
.sec_strength h5.title {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 0.5em;
}
@media (max-width: 768px) {
  .sec_strength h5.title {
    font-size: 18px;
  }
}
.sec_strength .columns {
  align-items: center;
}
@media (max-width: 768px) {
  .sec_strength .columns {
    margin: 0;
  }
  .sec_strength .columns + .columns {
    margin-top: 10px;
  }
}
@media (min-width: 769px) {
  .sec_strength .columns .con_img img {
    max-width: 700px;
    width: 65vw;
  }
}
.sec_strength .columns .con_txt {
  background: #fff;
  position: relative;
  padding: 4%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-bottom: solid 4px #e31e23;
}
@media (max-width: 768px) {
  .sec_strength .columns .con_txt {
    max-width: 90%;
    margin: -10% auto 0 auto;
  }
}
.sec_strength .columns .con_txt .number {
  font-size: 46px;
  padding: 10px;
  line-height: 1;
  margin: 0;
  position: absolute;
  left: 6%;
  top: -34px;
  right: auto;
}
@media (max-width: 768px) {
  .sec_strength .columns .con_txt .number {
    font-size: 23px;
    top: -30px;
  }
}

.sec_intr .columns {
  align-items: center;
}
.sec_intr .columns .wf_img_cont {
  position: relative;
  padding-bottom: 5%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.sec_intr .columns .wf_img_cont .ttl_wrap {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (min-width: 1230px) {
  .sec_intr .columns .wf_img_cont .ttl_wrap {
    right: -20%;
  }
}
@media (max-width: 768px) {
  .sec_intr .columns .wf_img_cont .ttl_wrap {
    left: -2%;
    right: auto;
  }
}
@media (min-width: 769px) {
  .sec_intr .columns .wf_img_cont img {
    max-width: 720px;
    width: 43vw;
  }
}
.sec_intr .columns:not(.reverse) .wf_img_cont {
  justify-content: flex-end;
}
.sec_intr .columns:not(.reverse) .ttl_wrap {
  right: auto;
  left: 0;
  z-index: 1;
}
@media (min-width: 1230px) {
  .sec_intr .columns:not(.reverse) .ttl_wrap {
    left: -20%;
  }
}
.sec_intr h4.title {
  font-size: 30px;
  position: relative;
  padding-bottom: 0.2em;
  margin-bottom: 1em;
  font-weight: bold;
}
@media (max-width: 768px) {
  .sec_intr h4.title {
    font-size: 24px;
  }
}
.sec_intr h4.title:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  top: auto;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: linear-gradient(90deg, #e31e23 0%, #e31e23 30%, #121212 30%, #121212 100%);
}
.sec_intr .ttl_wrap {
  margin: 0;
}
.sec_intr .ttl_wrap h3.title {
  color: #ababab;
  font-size: clamp(50px, 6.5vw, 130px);
}
@media (min-width: 769px) {
  .sec_intr .btn_wrap a {
    margin-left: 0;
    margin-right: auto;
  }
}
.sec_intr.sec_equipment {
  background: url(/images/bg_img003.jpg) no-repeat center/cover;
  padding: 110px 0 60px 0;
}
@media (max-width: 768px) {
  .sec_intr.sec_equipment {
    padding: 60px 0 20px 0;
  }
}
.sec_intr.sec_tecnology {
  background: url(/images/bg_img004.jpg) no-repeat center/cover;
  padding: 0 0 110px;
}
@media (max-width: 768px) {
  .sec_intr.sec_tecnology {
    padding: 0 0 60px;
  }
}

.sec_recruit {
  padding: 110px 0;
  background: url(/images/bg_img005.jpg) no-repeat center top/cover;
}
@media (max-width: 768px) {
  .sec_recruit {
    padding: 40px 0;
  }
}
.sec_recruit .ttl_wrap {
  text-align: center;
}
.sec_recruit .ttl_wrap h3.title {
  color: #fff;
}

.sec_parallax {
  height: 400px;
  background: url(/images/parallax_img001.jpg) no-repeat right bottom/cover;
}

@media (min-width: 769px) {
  .sec_parallax {
    height: 500px;
  }
}
.parallax {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.parallax.ios {
  background-attachment: scroll;
}

.parallax .parallax_content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.parallax .parallax_content h1,
.parallax .parallax_content .h1 {
  margin: 0;
  padding: 1em 0;
}

.sec_contact {
  text-align: center;
  background: url(/images/bg_img006.jpg) no-repeat center top/cover;
  color: #fff;
  padding: 110px 0;
}
@media (max-width: 768px) {
  .sec_contact {
    padding: 50px 0;
  }
}
.sec_contact .tel_text a {
  color: #fff;
  font-weight: bold;
  font-size: 40px;
  position: relative;
  padding-left: 30px;
}
@media (max-width: 768px) {
  .sec_contact .tel_text a {
    font-size: 30px;
  }
}
.sec_contact .tel_text 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_tel001.png) no-repeat center/cover;
}
.sec_contact .btn_wrap a {
  width: 420px;
  border: solid 1px #fff;
  font-size: 18px;
  padding: 15px;
}

/* =============================================
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 {
  padding-left: 35px;
  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: #e31e23;
}
.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 : 961px ) {
  .sp02{
  display: none;
}
}
.equipment_table tbody td:nth-child(4) {
    text-align: center;
}
.mainimage .moviespace {
    width: 100%;
    height: 46vw;
    position: relative;
    overflow: hidden;
}
.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;
}
}
@media ( max-width : 767px ) {
  .mainimage .moviespace {
    height: 90.25vw;
}
}