@charset "UTF-8";
/*
Theme Name: MY-THEME
*/
@import "style-visual.css";

/* Webフォント読込サンプル */
/*
@font-face {
  font-family: "Font-Family-NAME";
  src: url(css/fonts/font-file.woff2) format("woff2"),
  url(css/fonts/font-file.woff) format("woff"),
  url(css/fonts/font-file.eot) format("eot");
  font-weight: 400;
  font-style: normal;
}
*/

/* ==========================================================================
   サイト毎の独自のスタイル
   ========================================================================== */

/* 基本フォント: ゴシック */
body{
  font-family:  'Noto Sans JP', '游ゴシック体','Yu Gothic', 'YuGothic', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Outfit;
  font-size: 16px;
  line-height: 1.666;
  color: #383838;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 基本フォント: 明朝 */
/**/
body{
  /* 游明朝体 */
  /*font-family: "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  /* ヒラギノ明朝 */
  /*font-family: 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro', 'Yu Mincho', '游明朝', 'MS Mincho', 'MS明朝', serif;*/
}

/* admin-barの高さ分の padding 設定 */
body.admin-bar{
  padding-top: 32px;
}
@media (max-width:782px){
  body.admin-bar{
    padding-top: 46px;
  }
}

.gothic{
  font-family: '游ゴシック体','Yu Gothic', 'YuGothic', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mincho{
  font-family: "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

a{
  color: inherit;
  text-decoration: none;
}
a:hover{
  text-decoration: none;
}
.text{
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
}
img{
  max-width: 100%;
}
a:hover img{
  opacity: 0.8;
}

img[class*="wp-image-"],
img[class*="attachment-"]{
  max-width: 100%;
  height: auto;
}

i, em{
  font-style: normal;
}

/* 動画埋め込みのレスポンシブ対応 */
iframe{
  max-width: 100%;
}
.responsive_video {
  position: relative;
}

.responsive_video:before{
  content: "";
  display: block;
  padding-top:56.25%;
}
.responsive_video video,
.responsive_video iframe,
.responsive_video object,
.responsive_video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* btn 汎用class */

.btn a,
.category_list li,
.contact_btns .on a,
.btn_items .inner,
.post_btn a,
.rental_btn1 a,
.rental_btn2 a,
.recruit_btn a{
  font-family: Noto Serif JP;
  display: inline-block;
  background: #fff;
  position: relative;
  cursor: pointer;
}
.btn a,
.contact_btns .on a,
.btn_items .inner,
.post_btn a,
.rental_btn1 a,
.rental_btn2 a,
.recruit_btn a{
  box-shadow: 0.559px 0.829px 3px 0px rgba(0, 0, 0, 0.3);
}
.btn a:hover,
footer .ftr1 .btn_items .inner:hover,
.post_btn a:hover,
.rental_btn2 a:hover,
.recruit_btn a:hover{
  color: #fff;
  background: #0480b8;
  transition: all 0.2s;
}
.btn a,
.recruit_btn a{
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.2em;
  text-align: center;
}
.btn a{
  width: 320px;
  padding: 19px 0px;
}
.btn_items .inner{
  display: block;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.075em;
  padding: 20px 25px;
}
.btn a:before,
.btn a:after,
.kyotu_btn a:after,
.btn_items .inner:before,
.btn_items .inner:after,
.post_btn a:before,
.post_btn a:after,
.rental_btn1 a:before,
.rental_btn1 a:after,
.rental_btn2 a:before,
.rental_btn2 a:after,
.news .category_list li:after,
.recruit_btn a:before,
.recruit_btn a:after{
  content: "";
  position: absolute;
}
.btn a:before,
.btn_items .inner:before,
.post_btn a:before,
.rental_btn1 a:before,
.rental_btn2 a:before,
.recruit_btn a:before{
  border: 2px solid #eb6100;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
}
.kyotu_btn a:after,
.btn a:after,
.post_btn a:after,
.rental_btn1 a:after,
.rental_btn2 a:after,
.news .category_list li:after,
.recruit_btn a:after{
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  color: #eb6100;
  right: 23px;
  top: 50%;
  transform: translateY(-50%);
}
/*　ボタンインデント */
span.mwform-radio-field.horizontal-item {
    text-indent: -1.5em;
    padding-left: 1.5em;
}
.rental_btn2 a{
  color: #000;
  background: #fff;
}
footer .ftr1 .btn_items .inner:after{
  content: "\f0a9";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  color: #eb6100;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
@media (max-width : 767px){
  
  .btn a{
    max-width: 100%;
  }
  
  .btn_items .inner{
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}
@media (max-width : 350px){
  .btn a{
    font-size: 13px;
  }
}

/* テーブル */
table{
  width: 100%;
  table-layout: fixed;
}
table th,
table td{
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 2.1;
  padding: 15.5px 35px;
}

/* テーブル 汎用class */
.tbl{

}
.tbl tr{
  border: 1px solid #b2b2b2;
  border-collapse: collapse;
}
.tbl th{
  background: #e9f1f5;
  width: 264px;
}
.tbl td .box_item{
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  letter-spacing: 0.075em;
  line-height: 2.2;
}
.tbl td .box1{
  width: 14.7%;
}
.tbl td .box2{
  width: 33.7%;
}
.tbl span{
  color: #ff0000;
}
.tbl a{
  color: #0480b8;
  border-bottom: 1px solid;
}
.tbl a:hover{
  color: #eb6100;
}

 .indent{
  text-indent: -1em;
  padding-left: 1em;
}

@media (max-width : 767px){
  .tbl th,
  .tbl td{
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 10.5px 10px;
  }
  .tbl tr:last-child td{
    border-bottom: 1px solid #b2b2b2;
  }
  .tbl td .box_item{
    flex-wrap: wrap;
    margin-left: 0;
  }
  .tbl td .box_item+.box_item{
    margin-top: 30px;
  }
  .tbl td .box1,
  .tbl td .box2{
    width: 100%;
  }
}
@media (min-width:768px){
  table th,
  table td{
    padding: 13.5px 25px;
  }
  .tbl th{
    width: 220px;
  }
}
@media (min-width:1024px){
  table th,
  table td{
    padding: 15.5px 35px;
  }
  .tbl th{
    width: 264px;
  }
}


/* スクロール テーブル */
.js-scrollable{
  overflow-x: auto;
}
.js-scrollable table{
  min-width: 748px;
  min-width: 700px;
}

/* 指定デバイスのみで表示するclass */
@media (min-width:1200px){
  .md:not(.pc){
    display: none;
  }
  .tb:not(.pc){
    display: none;
  }
  .sp:not(.pc){
    display: none;
  }
}
@media (min-width:1024px) and (max-width:1199px){
  .pc:not(.md){
    display: none;
  }
  .tb:not(.md){
    display: none;
  }
  .sp:not(.md){
    display: none;
  }
}
@media (min-width:768px) and (max-width:1023px){
  .pc:not(.tb){
    display: none;
  }
  .md:not(.tb){
    display: none;
  }
  .sp:not(.tb){
    display: none;
  }
}
@media (max-width:767px){
  .pc:not(.sp){
    display: none;
  }
  .md:not(.sp){
    display: none;
  }
  .tb:not(.sp){
    display: none;
  }
}


.txt_ellipsis_line1,
.txt_ellipsis_line2,
.txt_ellipsis_line3,
.txt_ellipsis_line4,
.txt_ellipsis_line5,
.txt_ellipsis_line6,
.txt_ellipsis_line7,
.txt_ellipsis_line8,
.txt_ellipsis_line9,
.txt_ellipsis_line10{
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.txt_ellipsis_line1{
  -webkit-line-clamp: 1;
}
.txt_ellipsis_line2{
  -webkit-line-clamp: 2;
}
.txt_ellipsis_line3{
  -webkit-line-clamp: 3;
}
.txt_ellipsis_line4{
  -webkit-line-clamp: 4;
}
.txt_ellipsis_line5{
  -webkit-line-clamp: 5;
}

/* **********************************
 *  コンテナ
 * ********************************* */
.wrapper{
  overflow-x: hidden;
}
.container{
  width: 1140px;
  /*width: 1150px;*/
  max-width: 100%;
  padding: 0 10px;
  margin: 0 auto;
}
.section{
  width: 100%;
  /*margin-bottom: 50px;*/
  /*padding: 30px 0;*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.pg_header{
  /*padding: 15px 0;*/
  margin-top: 80px;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.pg_header .container{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 420px;
}
@media (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
  .pg_header .container{
    height: 130px;
  }
}
@media (min-width: 768px){
  .container {
    width: 720px;
  }
  .pg_header .container{
    height: 300px;
  }
}
@media only screen and (min-width:992px){
  .container {
    width: 960px;
  }
}
@media (min-width: 1024px){
  .pg_header .container{
    height: 350px;
  }
}
@media (min-width: 1200px){
  .container {
    width: 1230px;
  }
  .container.wide{
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .pg_header .container{
    height: 420px;
  }
}

@media (min-width: 1440px){
  
}


/* 共通のfloat ボックスとして定義しておく */
.box_l{
  float: left;
}
.box_r{
  float: right;
}

/* ▼サンプル▼ 利用箇所毎に幅指定だけで済むように */
/*
.post_list .post_box .box_l {
    width: 70%;
}
.post_list .post_box .box_r {
    width: 25%;
}
*/

/* ▼サンプル▼ リストなどでアイキャッチがない場合のclass */
/*
.post_list .post_box .box_w{
  width: 100%;
}
*/

/*
 * 共通クラスとして定義しておく
 * リスト組みのテンプレート
 * 
 */

.listbox{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.listbox .item{
  display: block;
  width: 100%;
}
.listbox .item .img{
  position: relative;
  display: block;
  overflow: hidden;
}
.listbox .item .img:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.listbox .item .img.img2x1:before{
  padding-top: 50%;
}
.listbox .item .img.img1x2:before{
  padding-top: 200%;
}
.listbox .item .img.img2x3:before{
  padding-top: 150%;
}
.listbox .item .img.img3x2:before{
  padding-top: 66.666666%;
}
.listbox .item .img.img3x4:before{
  padding-top: 133.333333%;
}
.listbox .item .img.img4x3:before{
  padding-top: 75%;
}
.listbox .item .img.img16x9:before{
  padding-top: 56.25%;
}
.listbox .item .img img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.listbox .item .title{

}
.listbox .item .date{

}
.listbox .item .txt{

}


/* ▼サンプル▼ 利用箇所ごとにマージンなど設定 */
/*
.post_content .col1,
.post_content .col2,
.post_content .col3{
  margin-bottom: 20px;
}
*/


/* **********************************
 *  ヘッダー
 * ********************************* */
header{
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
}
header .hdr1{
  background: #fff;
  padding: 7px 15px;
  display: flex;
  justify-content: space-between;
}
header .hdr1 .hdr_logo{
}
header .hdr1 .hdr_nav{
  display: flex;
  align-items: center;
  font-family: Noto Serif JP;
}
header .hdr1 .hdr_nav .hdr_items{
  width: 235px;
  display: flex;
  justify-content: center;
}
header .hdr1 .hdr_nav .hdr_items .item{
  padding: 0 20px;
  border-right: 1px solid;
  line-height: 1;
}
header .hdr1 .hdr_nav .hdr_items .item:last-child{
  border-right: none;
}
header .hdr1 .hdr_nav .hdr_items .item a,
.hdr_nav_sp .hdr_items .item a{
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.075em;
  line-height: 1;
}
header .hdr1 .hdr_nav .hdr_items .item a:hover,
.hdr_nav_sp .hdr_items .item a:hover{
  color: #eb6100;
}
header .hdr1 .hdr_nav .btns{
  width: 330px;
  padding-right: 0px;
  display: flex;
  justify-content: space-between;
}
header .hdr1 .hdr_nav .hdr_btn a,
.hdr_nav_sp .hdr_btn a{
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.075em;
  text-align: center;
  display: inline-block;
  width: 160px;
  padding: 6px 0;
  background: #eb6100;
  border-radius: 10px;
}
header .hdr1 .hdr_nav .hdr_btn a:hover,
.hdr_nav_sp .hdr_btn a:hover{
  background: #0480b8;
}
header .hdr1 .hdr_nav .hdr_btn .tel{
  font-family: Outfit;
  font-weight: 500;
  letter-spacing: 0.125em;
}
header .hdr1 .hdr_nav .hdr_btn a:before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 4px;
}
header .hdr1 .hdr_nav .hdr_btn .mail:before{
  content: "\f0e0";
}
header .hdr1 .hdr_nav .hdr_btn .tel:before{
  content: "\f095";
}
header .hdr2{
  padding: 20px 0 23px;
  background-color: rgba(255, 255, 255, 0.9);
}
.gnav li a:hover{
  /*background: #eb6e17;*/
}


/* **********************************
 *  グローバルナビ
 * ********************************* */
.gnav{
  /*background: #EEE;*/
  /*padding: 0 5px;*/
}
.gnav > ul{
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.gnav > ul > li{
  padding: 0 37.25px;
  border-right: 1px solid;
  line-height: 1;
}
.gnav > ul > li:last-of-type{
  border-right: none;
}
.gnav li a{
  font-family: Noto Serif JP;
  font-weight: 500;
  font-size: 15px;
  padding-bottom: 5px;
  border-bottom: 2px solid #eb6100;
  text-decoration: none;
}
.gnav .on{
  /*padding: 0 12px*/
}
.gnav .on a{
  /*padding: 19px 25px 19px;
  margin-left: 5px;
  background: #eb6e17;*/
}
.gnav li a:hover{
  /*background: #333;*/
  /*color: #FFF;*/
}

.gnav .children,
.gnav .sub-menu{
  display: none;
  background: #aaa;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1;
}
.gnav li:hover > .children,
.gnav li:hover > .sub-menu{
  display: block;
}


.mv{
  position: relative;
  z-index: 1;
  /*height: 900px;*/
  margin-top: 80px;
  margin-bottom: 50px;
}
.mv .mv_box{
  font-family: Noto Serif JP;
  text-shadow: 0.559px 0.829px 6px rgba(0, 0, 0, 0.004);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.35;
  color: #fff;
  position: absolute;
  bottom: 118px;
  left: 78px;
  z-index: 1;
}
.mv .mv_box .title{
  font-size: 60px;
  filter: drop-shadow(0px 0px 3px black);
}
.mv .mv_box .text{
  margin-top: 7px;
  text-align: right;
  font-size: 26px;
}
.mv .mv_box .text:before{
  content: "";
  border-bottom: 3px solid;
  display: inline-block;
  margin: 0px 17px 5px 0px;
  vertical-align: middle;
  width: 780px;
}
.mv .slick-dotted.slick-slider{
  margin-bottom: -11px;
}
.mv_activate{
  width: 100%;
  margin-top: 19px;
  padding: 0;
  position: inherit;
  right: 0;
  bottom: inherit;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mv .slide_dots{
  display: flex;
  align-items: center;
  order: 2;
}
.mv .slide_dots li{
  font-size: 0;
  margin: 0 8.8px;
}
.mv .slide_dots li button{
  width: 11px;
  height: 11px;
  font-size: 0;
  border: 0;
  border-radius: 8px;
}
.mv .slide_dots li button{
  background: #eb6100;
}
.mv .slide_dots li.slick-active button{
  background: #0480b8;
}
.mv .slick-prev:before,
.mv .slick-next:before{
  display: none;
}
.mv .slides{
  height: 100%;
}

/* **********************************
 *  フッター
 * ********************************* */
footer{
  /*margin-top: 365px;*/
  margin-top: 100px;
  position: relative;
}
footer .ftr1,
footer .ftr2{
  margin: 100px 0 0;
}
footer .ftr1:before,
footer .ftr1:after{
  content: "";
  position: absolute;
}
footer .ftr1:before{
  background: url(/img/ftr1.jpg) no-repeat center center;
  top: -117px;
  right: 0;
  left: 0;
  z-index: -1;
  height: 390px;
  background-size: cover;
}
footer .ftr1:after{
  background: url(/img/ftr.png) no-repeat top center;
  top: -187px;
  left: 50.3%;
  transform: translateX(-50%);
  height: 150px;
  width: 15px;
  background-size: contain;
}
footer .ftr1 .btn_items{
  margin: 50px -5px 0;
  display: flex;
  flex-wrap: wrap;
}
footer .ftr1 .btn_items .item{
  width: 25%;
  padding: 0 5px;
}
footer .ftr2{
  margin-top: 158px;
  display: flex;
  flex-wrap: wrap;
}
footer .ftr2 .box1{
  width: 48%;
}
footer .ftr2 .box2{
  width: 50%;
  display: flex;
}
footer .ftr2 .ftr_logo{
  margin-top: 5px;
}
footer .ftr_addr{
  margin-top: 32px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 2.6;
}
footer .ftr_addr a:hover,
footer .ftr_links li a:hover{
  color: #0480b8;
}
footer .ftr_links{
  width: 46.7%;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.075em;
}
footer .ftr_links li:nth-child(n+2){
  margin-top: 17px;
}
footer .ftr_links li a:before{
  content: "";
  border-bottom: 1px solid;
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  margin-right: 12px;
}
footer .copy{
  background: #0480b8;
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.075em;
  padding: 3px 0;
  margin-top: 75px;
}
footer .copy a:hover{
  color: #eb6100;
}

.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0480b8;
  z-index: 10;
}
.footer_fix ul{
  /*display: table;*/
  width: 100%;
  font-size: 14px;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 3px;
}
.footer_fix ul li{
  /*display: table-cell;*/
  text-align: center;
  /*vertical-align: middle;*/
}
.footer_fix ul li.btn1{
  width: 36%;
}
.footer_fix ul li.btn2{
  width: 24%;
}
.footer_fix ul li a{
  display: block;
  padding: 10px;
  background: #fff;
  /*border: 1px solid #eb6100;*/
  text-decoration: none;
}

@media only screen and (max-width:767px){
  body{
    font-size: 14px;
    padding-bottom: 49px;
  }
  .gnav{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFF;
    padding: 0;
    z-index: 99999;
    overflow-y: scroll;
    transform: translateX(100%);
    padding: 15px;
  }
  .gnav .on a{
    /*display: none;*/
    background: none;
  }
  .gnav.active{
    transform: translateX(0%);
  }
  .gnav > ul{
    display: block;
  }
  .hdr_nav_sp .item,
  .hdr_nav_sp .btns,
  .gnav > ul > li{
    width: 100%;
    text-align: center;
  }
  .gnav > ul{
    border-top: 1px dashed #CCC;
    border-bottom: 1px dashed #CCC;
  }
  .gnav > ul > li + li,
  .hdr_nav_sp .item + .item{
    border-top: 1px dashed #CCC;
  }

  .gnav > ul > li{
    padding: 13px 0;
    border: 0;
  }
  .hdr_nav_sp .item{
    padding: 13px 0;
  }
  .gnav > ul > li a,
  .hdr_nav_sp .hdr_btn{
    /*display: block;*/
    padding: 3px 0;
    border: none;
  }
  .gnav > ul > li a,
  .hdr_nav_sp .hdr_items .item a{
    display: block;
    padding: 6px 0;
    font-size: 16px;
  }
  .gnav .children, .gnav .sub-menu{
    display: block;
    position: static;
    background: #EEE;
  }
  .hdr_nav_sp .item,
  .hdr_nav_sp .hdr_btn{
    font-family: Noto Serif JP;
    padding: 13px 0;
  }
  footer .ftr2 .box1,
  footer .ftr2 .box2{
    width: 100%;
  }
  footer .ftr2 .box2{
    display: none;
  }
  footer .copy{
    margin-top: 40px;
    font-size: 12px;
  }
  .footer_fix{
    display: block;
  }
}
@media(max-width:767px){
  header{
    padding:  0;
    /*position: static;*/
  }
  header .hdr1{
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-bottom: 0;
  }
  header .hdr1 .hdr_logo{
    width: 100%;
    text-align: center;
    margin: 5px 0;
  }
  header .hdr1 .hdr_logo img{
    width: 240px;
  }
  header .hdr1 .hdr_nav{
    display: none;
  }
  header .hdr2{
    padding: 0;
    background: none;
  }
  .mv{
    /*height: 200px;*/
    
  }
  .mv .mv_box{
    bottom: 65px;
    left: 30px;
  }
  .mv .mv_box .title{
    font-size: 18px;
    -webkit-text-stroke-width: 0.5px;
    /*    -webkit-text-stroke-color: black;*/
  }
  .mv .mv_box .text{
    font-size: 16px;
  }
  .mv .mv_box .text:before{
    border-bottom: 1px solid;
    width: 185px;
  }
  footer{
    margin-top: 100px;
  }
  footer .ftr1:after{
    top: -170px;
  }
  footer .ftr1, footer .ftr2{
    margin: 70px 0px 0;
  }
  footer .ftr1:before{
    top: -100px;
    height: 515px;
  }
  footer .ftr1 .btn_items{
    justify-content: center;
  }
  footer .ftr1 .btn_items .item{
    width: 100%;
    padding: 0;
  }
  footer .ftr1 .btn_items .item:nth-child(n+2){
    margin-top: 20px;
  }
  footer .ftr_addr{
    text-align: center;
  }
  footer .ftr_links{
    width: 50%;
    font-size: 13px;
  }
  footer .ftr_links li:nth-child(n+2){
    margin-top: 5px;
  }
  footer .ftr_links li a:before{
    margin-right: 7px;
  }
  footer .ftr_links .sp_not{
    display: none;
  }
  .footer_fix{
    display: block;
  }
}
@media(max-width:350px){
  
  .footer_fix ul{
    font-size: 12px;
  }
  
}

@media(min-width:375px){
  .mv .mv_box{
    bottom: 45px;
    left: 30px;
  }
}
@media(min-width:425px){
  .mv .mv_box{
    bottom: 20px;
    left: 30px;
  }
}
@media(min-width:768px){
  header .hdr2{
    padding: 7px 0 10px;
  }
  .gnav > ul > li{
    padding: 0 10px;
    position: relative;
    z-index: 1;
  }
  .gnav li a{
    font-size: 12px;
    padding-bottom: 2px;
    position: relative;
    z-index: 1;
  }
  
  .gnav li:hover{
    cursor: pointer;
  }
  .gnav li.on:after,
  .gnav li:hover:after{
    content: "";
    background: #eb6100;
    position: absolute;
    z-index: 0;
    width: 90%;
    top:-7px;
    bottom:-10px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  
  .gnav li.on:hover a,
  .gnav li:hover a{
    color: #FFF;
  }
  
  .gnav li.on a,
  .gnav a:hover{
    color: #FFF;
  }

  .gnav .on{
    /*padding: 0 12px*/
  }


  .gnav .on　{
    background: #eb6e17;
    color: #fff;
  }
  .mv{
    /*height: 380px;*/
    margin-top: 70px;
    margin-bottom: 80px;
  }
  .mv .mv_box{
    bottom: 80px;
    left: 20px;
  }
  .mv .mv_box .title{
    font-size: 35px;
  }
  .mv .mv_box .text{
    font-size: 20px;
  }
  .mv .mv_box .text:before{
    width: 423px;
  }
  footer .ftr1{

  }
  footer .ftr2{
    margin-top: 65px;
  }
  footer .ftr1:before{
    top: -65px;
    height: 350px;
  }
  footer .ftr1 .btn_items .item{
    width: 50%;
  }
  footer .ftr1 .btn_items .item:nth-child(n+3){
    margin-top: 10px;
  }
  footer .ftr1 .btn_items .inner{
    font-size: 15px;
    padding: 15px;
  }
  footer .ftr2 .box1{
    width: 55%;
  }
  footer .ftr2 .box1 img{
    max-width: 80%;
  }
  footer .ftr2 .box2{
    width: 45%;
  }
  footer .ftr_links{
    width: 55%;
    font-size: 12px;
  }
  footer .copy{
    margin-top: 40px;
  }
}
@media(min-width:1024px){
  header .hdr2{
    padding: 20px 0 23px;
  }
  .gnav > ul > li{
    padding: 0 35px;
  }
  
  .gnav li.on:after,
  .gnav li:hover:after{
    top:-20px;
    bottom:-23px;
  }
  .gnav .on a{
    /*padding: 20px 25px;*/
  }
  .mv{
    /*height: 500px;*/
    margin-bottom: 100px;
  }
  .mv .mv_box .title{
    font-size: 50px;
  }
  .mv .mv_box .text{
    font-size: 26px;
  }
  .mv .mv_box .text:before{
    width: 625px;
  }
  footer .ftr1:before{
    height: 270px;
  }
  footer .ftr1 .btn_items .item{
    width: 25%;
  }
  footer .ftr1 .btn_items .item:nth-child(n+3){
    margin-top: 0px;
  }
  footer .ftr2 {
    margin-top: 100px;
  }
  footer .ftr2 .box1{
    width: 48%;
  }
  footer .ftr2 .box1 img{
    max-width: 100%;
  }
  footer .ftr2 .box2{
    width: 50.7%;
  }
  footer .ftr_links{
    width: 46%;
    font-size: 15px;
  }
  footer .copy{
    margin-top: 70px;
  }
}
@media(min-width:1200px){
  .gnav > ul > li{
    padding: 0 37.25px;
  }
  .gnav li a{
    font-size: 15px;
    padding-bottom: 5px;
  }
  
  .gnav li:hover:after{
    /*top:-20px;*/
    /*bottom:-23px;*/
  }
  
  .gnav .on a{
    /*padding: 19px 25px 19px;*/
  }
  .mv{
    /*height: 685px;*/
    margin-bottom: 100px;
  }
  .mv .mv_box{
    bottom: 118px;
    left: 78px;
  }
  .mv .mv_box .title{
    font-size: 60px;
  }
  .mv .mv_box .text:before{
    width: 780px;
  }
  footer .ftr1{

  }
  footer .ftr2{
    margin-top: 157px;
  }
  footer .ftr1:before{
    top: -110px;
    height: 390px;
  }
  footer .ftr1 .btn_items .inner{
    font-size: 18px;
    padding: 23px 25px 20px;
  }
  footer .copy{
    margin-top: 75px;
  }
}
@media(min-width:1920px){
  .mv{
    /*height: 900px;*/
    margin-bottom: 100px;
  }
}


/* 検索フォーム */
.pg_404{
  text-align: center;
}
.pg_404{

}

.search-form{
  padding: 20px 0;
}
.search-form .search-field{
  padding: 5px;
}
.search-form .search-submit{
  padding: 5px 10px;
}

.pg_image{

}
.pg_image .attachment{
  padding: 20px;
  background-color: #ececec;
  text-align: center;
}

/* カテゴリ */
.category_list{
  margin: 72px -15px 0;
  display: flex;
}
.news .category_list{
  margin: 7px -15px 0;
}
.category_list li{
  width: 33.33%;
}
.category_list li a{
  display: block;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.2em;
  background: #e5e5e5;
  text-align: center;
  margin: 0 15px;
  padding: 17px 0;
  position: relative;
}
.news .category_list .on a{
  background: #fff;
  letter-spacing: 0.075em;
  border: 2px solid #eb6100;
}
.news .category_list li:after{
  right: 37px;
}

/* 記事リスト */
.home_news .post_list{
  margin-top: 60px;
}
.news .post_list{
  margin-top: 138px;
}
.post_items{
  padding: 0 0;
}
.post_items .item{
}
.post_items .item:nth-child(n+2){
  margin-top: 24.5px;
}
.post_items.news .item:nth-child(n+2){
  margin-top: 31.5px;
}
.post_items .item a{
  padding-bottom: 21px;
  border-bottom: 1px solid;
  display: flex;
  align-items: center;
  position: relative;
}
.post_items .item .category{
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.7;
  width: 150px;
  text-align: center;
}
.post_items.news .item .category{
  width: 137px;
}
.post_items .item .category span{
  display: block;
  color: #fff;
  background: #e5e5e5;
  line-height: 1.8;
  letter-spacing: 0.2em;
}
.post_items .item .category .cate_in_news{
  background: #39a8a9;
}
.post_items .item .category .cate_attempt{
  background: #4169c3
}
.post_items .item .date,
.post_items .item .title{
  font-weight: 400;
}
.post_items .item .date{
  width: 212px;
  font-size: 14px;
  padding: 0 30px 0 25px;
  letter-spacing: 0.2em;
}
.post_items.news .item .date{
  padding: 0 30px 0 24px;
}
.post_items .item .title{
  font-size: 16px;
  border-left: 1px solid;
  line-height: 1;
  padding-left: 27px;
  width: calc(100% - 130px - 65px);
  letter-spacing: 0.075em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post_items .item .title a{
  display: block;
  position: relative;
  padding-right: 1em;
}
/*.post_items .item:after{
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}*/

.post_items .item.single_item {
  text-align: left;
  display: block;
  margin-top: 88px;
}
.post_items .item.single_item:after{
  display: none;
}
.post_items .item.single_item .meta{
  width: 100%;
  text-align: center;
}
.post_items .item.single_item .category{
  display: inline-block;
  width: 333px;
  max-width: 100%;
}
.post_items .item.single_item .category span{
  padding: 9px 0;
}
.post_items .item.single_item .date{
  margin-top: 20px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.075em;
  width: 100%;
  margin-bottom: 8px;
  background: none;
}
.post_items .item.single_item .title{
  display: inline;
  margin-top: 17px;
  text-align: center;
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.075em;
  border: none;
  overflow: auto;
  white-space: pre-wrap;
  line-height: 1.5;
}
.post_items .item.single_item .category .cat_in_news{
  background: #39a8a9;
}
.post_items .item.single_item .category .cat_attempt{
  background: #4169c3;
}
.post_items .item.single_item .content{
  width: 100%;
  margin-top: 20px;
  padding-bottom: 20px;
}
.post_items .post_content{
  margin-top: 50px;
  padding: 23px 57px 0;
  border: 50px solid #f7f7f7;
}
.post_items .post_content .thumb{
  text-align: center
}
.post_items .post_content p{
  margin-top: 52px;
  padding-top: 40px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.085em;
  line-height: 1.9;
  border-top: 1px solid #bfbfbf;
  text-align: justify;
}

.pg_home .post_items{
  display: none;
}
.pg_home .post_items.on{
  display: block;
}

/* ページ送り(一覧) */
.pagination{
  text-align: center;
  margin-top: 30px;
}
.pagination .nav-links{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;

}
.pagination .page-numbers{
  align-self: stretch;
  border: 1px solid #c0c0c0;
  padding: 5px 10px;
  margin: 4px 4px;
  color: #1e1e1e;
  text-decoration: none;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover{
  background: #e5e5e5;
}
.pagination .page-numbers.next:after{
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
}
.pagination .page-numbers.prev:before{
  content: "\f100";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

/* ページ送り(詳細) */
.pagination.in{
  margin-top: 155px;
}
.pagination .nav-posts{
  margin-top: 23px;
}
.pagination .nav-posts{
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .nav-posts .page-next,
.pagination .nav-posts .page-prev{
  min-width: 200px;
  width: 250px;
}
.pagination .nav-posts .page-archive{
  padding: 0 183px;
}
.pagination .nav-posts .page-next a:hover,
.pagination .nav-posts .page-prev a:hover,
.pagination .nav-posts .page-archive a:hover{
  background: #0480b8;
  color: #fff;
}
.pagination .nav-posts .page-next a,
.pagination .nav-posts .page-prev a{
  display: block;
  border: 1px solid #c0c0c0;
  font-weight: 500;
  font-size: 15px;
  padding: 12px 50px;
  position: relative;
}
.pagination .nav-posts .page-next a:before,
.pagination .nav-posts .page-prev a:after{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pagination .nav-posts .page-next a:before{
  content: "\f054";
  right: 15px;
}
.pagination .nav-posts .page-prev a:after{
  content: "\f053";
  left: 15px;
}
.pagination .nav-posts .page-archive a{
  display: block;
  font-weight: 500;
  font-size: 15px;
  width: 333px;
  background: #f9cfb2;
  padding: 13px 0px;
}
@media(max-width:767px){


  .pagination .nav-posts{
    margin-top: 70px;
  }
  .post_items .item a{
    flex-wrap: wrap;
  }
  .post_items .item .title{
    border-left: none;
    padding-left: 0px;
    width: 100%;
    margin-top: 8px;
  }
  .post_items .item .category{
    width: 100px;
  }
  .post_items .item .date{
    width: 180px;
    padding: 0 30px 0 10px;
  }
  .post_items .item.single_item .content{
    margin-top: 10px;
    padding-bottom: 10px;
  }
  .post_items .post_content{
    margin-top: 30px;
    padding: 10px 10px 0;
    border: 10px solid #f7f7f7;
  }
  .post_items .post_content p{
    margin-top: 30px;
    padding-top: 20px;
  }
  .pagination .nav-posts .page-archive{
    padding: 0 15px;
  }
  .pagination .nav-posts .page-archive a{
    width: 100px;
  }
  .pagination .nav-posts .page-next,
  .pagination .nav-posts .page-prev{
    min-width: 80px;
    width: 85px;
  }
  .pagination .nav-posts .page-next a,
  .pagination .nav-posts .page-prev a{
    padding: 12px 0px;
  }
  .news .post_list{
    margin-top: 50px;
  }
  .news_side_title {
    text-align: center;
    color: #fff;
    background: #eb6100;
    padding: 5px 5px 6px;
  }
  select[name="category"],
  select[name="s_cat"] {
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
    padding: 10px;
    height: 50px;
    border: 1px solid #DDD;
    border-radius: 0;
  }
  .pagination{
    margin-top: 40px;
  }

}
@media(min-width:768px){
  .pagination .nav-posts .page-archive{
    padding: 0 50px;
  }
  .pagination .nav-posts .page-archive a{
    width: 200px;
  }
  .pagination .nav-posts .page-next, .pagination .nav-posts .page-prev{
    width: 200px;
  }
  .post_items .item.single_item{
    text-align: center;
  }
}
@media(min-width:1024px){
  .pagination .nav-posts .page-archive a{
    width: 333px;
  }
  .pagination .nav-posts .page-next, .pagination .nav-posts .page-prev{
    width: 250px;
  }
}
@media(min-width:1200px){
  .pagination .nav-posts .page-archive{
    padding: 0 183px;
  }
}

/*共通テキスト*/
.kyotu_text{
  text-align: center;
  font-family: Noto Serif JP;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.075em;
}

.anchor{
  padding-top: 50px;
  margin-top: -50px;
}

/*共通カテゴリー*/
.kyotu_category{
  display: flex;
  margin: 72px -14px 0;
}
.kyotu_category .kyotu_btn{
  width: 25%;
  padding: 0 14px;
  position: relative;
}
.kyotu_category .kyotu_btn a{
  display: block;
  padding: 19px 0;
  background: #e2e2e2;
  text-align: center;
  font-family: Noto Serif JP;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.2em;
}
.kyotu_category .kyotu_btn a:after{
  right: 30px;
}
.kyotu_category .on a{
  background: #fff;
  border: 2px solid #eb6e17;
}
.posts_category_sp [name=category]{
  margin-top: 30px;
  width: 100%;
}

/*共通アイテム*/
.kyotu_items{
  display: flex;
  /*  justify-content: center;*/
  flex-wrap: wrap;
  margin: 133px -15px 0;
}
.kyotu_items .item{
  width: 33.33%;
  padding: 0 15px;
}
.kyotu_items .item:nth-child(n+4){
  margin-top: 60px;
}
.kyotu_items .item a{
  display: block;
  transition: 0.2s;
}
.kyotu_items .item a:hover{
  opacity: 1;
  box-shadow: 0 5px 10px #CCC;
}
.kyotu_items .inner{
  font-weight: 400;
  letter-spacing: 0.075em;
  padding: 10px;
  background: #f7f7f7;
}
.kyotu_items .inner .category{
  display: inline;
  font-size: 14px;
  color: #fff;
  background: #0480b8;
  padding: 2px 10px 4px;
}
.kyotu_items .inner h3{
  margin-top: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.7;
  /*white-space: nowrap;*/
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
}
.pg_production.kyotu_items .inner h3{
  margin-top: 0;
}
.kyotu_items .inner .txt_ellipsis{
  white-space: normal;
}
.img_fit{
  position: relative;
  overflow: hidden;
}
.img_fit:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.img_fit img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.2s;
}
a:hover .img_fit img{
  scale: 1.1;
  opacity: 1;
}
.kyotu_items .inner .img_fit:before{
  /*padding-top: 78%;*/
  padding-top: 65.51%;
}
.kyotu_items .inner .items_btn{
  text-align: right;
  margin-top: 10px;
}
.kyotu_items .inner .items_btn .in{
  display: inline;
  width: 140px;
  padding: 2px 9px 4px;
  font-size: 14px;
  color: #eb6e17;
  border: 1px solid #eb6e17;
}
.kyotu_items .inner .items_btn .in:after{
  content: "→";
  padding-left: 15px;
}
.pagination{
  width: 100%;
  margin-top: 116px;
}
.pagination .page-numbers{
  padding: 3px 14px;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover{
  background: #f9cfb2;
  border: none;
}

/*詳細*/
.kyotu_items .kyotu_item{
  width: 100%;
  background: none;
}
.kyotu_items .kyotu_item .meta,
.kyotu_items .kyotu_item .title{
  text-align: center;
}
.kyotu_items .kyotu_item .meta{
  margin-top: -52px;
}
.kyotu_items .kyotu_item .category{
  font-size: 16px;
  display: inline-block;
  width: 333px;
  padding: 7px 0px;
}
.kyotu_items .kyotu_item .title{
  margin-top: 24px;
  font-size: 18px;
  font-weight: 400;
  height: 65px;
}
.kyotu_items .kyotu_item .post_content{
  background: #f7f7f7;
  margin-top: -7px;
  padding: 25px 115px 30px;
  letter-spacing: 0.075em;
}
.kyotu_items .kyotu_item .post_content .img_fit:before{
  padding-top: 64.5%;
}
.kyotu_items .kyotu_item .slider-outer{
  position: relative;
}
.kyotu_items .kyotu_item .slider-for img{
  max-height: 620px;
  max-width: 980px;
  width: 100%;
}
.kyotu_items .kyotu_item .slider-nav{
  margin-top: 10px;
}
.kyotu_items .kyotu_item .slider-nav .img_fit{
  max-width: 139px;
}
.kyotu_items .kyotu_item .slider-nav img{
  max-width: 135px;
  max-height: 85px;
  width: 100%;
  padding: 2px;
}
.kyotu_items .kyotu_item .slick-list{
  padding: 0;
}
.kyotu_items .kyotu_item .slider_item{
  margin: 8px 0px 0;
}
.kyotu_items .kyotu_item p{
  margin: 15px 0 0;
  padding: 0 115px;
  line-height: 1.9;
}
.kyotu_items .kyotu_item button,
.kyotu_items .kyotu_item .slick-prev:before,
.kyotu_items .kyotu_item .slick-next:before{
  display: none;
}
.kyotu_items .kyotu_item .slider_item p{
  margin-top: 3px;
  letter-spacing: 0.01em;
  padding: 0;
}
.kyotu_items .kyotu_item button{
  font: caption;
  border: none;
  position: absolute;
  top: 48.7%;
  transform: translateY(-50%);
}
.kyotu_item .custom-prev{
  left: -50px
}
.kyotu_item .custom-next{
  right: -50px;
}
.kyotu_item .custom-prev:before,
.kyotu_item .custom-next:after{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 28px;
  color: #eb6e17;
}
.kyotu_item .custom-prev:before{
  content: "\f191";
}
.kyotu_item .custom-next:after{
  content: "\f152";
}
.in.pagination{
  margin-top: 117px;
}
.post_btn,
.rental_btn1,
.rental_btn2{
  text-align: center;
}
.post_btn{
  margin-top: 95px;
}
.post_btn a,
.rental_btn1 a,
.rental_btn2 a{
  width: 420px;
  padding: 18px 0;
  letter-spacing: 0.125em;
}
.post_btn a,
.rental_btn1 a{
  color: #fff;
  background: #eb6100;
}
.post_btn a:before,
.rental_btn1 a:before{
  border: 2px solid #fff;
}
.post_btn a:after,
.rental_btn1 a:after{
  color: #fff;
  right: 17px;
}

.rental_btn1 a:hover{
  background: #0480b8;
  color: #FFF;
}

.rental_btn2{
  margin-top: 17px;
}
.rental_btn2 a{
  color: #000;
  background: #fff;
}
.rental_btn2 a:before{
  border: 2px solid #eb6100;
}
.rental_btn2 a:after{
  color: #000;
  right: 15px;
}
.rental_btn2 a:hover:before,
.rental_btn2 a:hover:after{
  border-color: #FFF;
  color: #FFF;
}

.gallery_slider {

}
.gallery_slider .post_slider_img{

}
.gallery_slider .post_slider_img.img_fit:before{
  padding-top: 63.26%;
}
.gallery_slider .post_slider_img.img_fit img{
  /*object-fit: contain;*/
  /*object-position: center;*/
}
.gallery_slider .post_slider_txt{
  font-size: 15px;
  margin-top: 10px;
}
.gallery_slider .sp-bottom-thumbnails{
  margin-top: 20px;
}
.gallery_slider .sp-arrow{
  width: auto;
  height: auto;
}
.gallery_slider .sp-arrow:before{
  width: auto;
  height: auto;
  transform: none;
  background: none;
}
.gallery_slider .sp-arrow:after{
  display: none;
}
.gallery_slider .sp-arrow:before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  color: #eb6e17;
}
.gallery_slider .sp-previous-arrow{
  left: -35px;
}
.gallery_slider .sp-previous-arrow:before{
  content: "\f191";
}
.gallery_slider .sp-next-arrow{
  right: -35px;
}
.gallery_slider .sp-next-arrow:before{
  content: "\f152";
}


.gallery_slider_thumb{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2.5px;
}
.gallery_slider_thumb .gallery_slider_thumb_item{
  width: 33.333%;
  padding: 2.5px 2.5px;
}
.gallery_slider_thumb .gallery_slider_thumb_item a{
  display: block;
}

@media(max-width:767px){
  .pagination{
    margin-top: 50px;
  }
  .kyotu_category{
    display: none;
  }
  .kyotu_text{
    margin-bottom: 20px;
    text-align: justify;
  }
  .kyotu_items{
    margin: 30px 0 0;
  }
  .kyotu_items .item{
    width: 50%;
    padding: 0 5px;
  }
  .kyotu_items .item:nth-child(n+3),
  .kyotu_items .item:nth-child(n+4){
    margin-top: 30px;
  }
  .kyotu_items .inner .category{
    font-size: 10px;
  }
  .kyotu_items .inner .title{
    margin-top: 5px;
    font-size: 14px;
  }
  .kyotu .pagination{
    margin-top: 50px;
  }
  .kyotu_items .kyotu_item .meta{
    margin-top: 0;
  }
  .kyotu_items .kyotu_item .category{
    width: 100%;
  }
  .kyotu_items .kyotu_item .post_content{
    padding: 5px 25px 20px;
    margin-top: 10px;
  }
  .kyotu_items .kyotu_item .post_content .slider_item .img_fit:before{
    padding-top: 73.5%;
  }
  .kyotu_items .kyotu_item .post_content .slider-nav .img_fit:before{
    padding-top: 100%;
  }
  .kyotu_items .inner .acv.img_fit{
    margin-top: 10px;
  }
  .kyotu_items .kyotu_item p{
    font-size: 15px;
    padding: 0 15px;
  }
  .post_btn{
    margin-top: 40px;
  }
  .post_btn a{
    width: 100%;
  }
  .kyotu_items .kyotu_item .slider-for img{
    max-height: 200px;
  }
  .kyotu_items .kyotu_item button{
    top: 43.7%;
  }
  .kyotu_item .custom-prev{
    left: -7%;
  }
  .kyotu_item .custom-next{
    right: -7%;
  }
  .kyotu_item .custom-prev:before,
  .kyotu_item .custom-next:after{
    font-size: 17px;
  }
  .in.pagination{
    margin-top: 0px;
  }
}
@media(max-width:374px){
  .kyotu_items .item{
    width: 100%;
    padding: 0 5px;
  }
  .kyotu_items .item:nth-child(n+3){
    margin-top: 0;
  }
  .kyotu_items .item:nth-child(n+2){
    margin-top: 20px;
  }
}
@media(min-width:768px){
  .anchor{
    padding-top: 180px;
    margin-top: -180px;
  }
  .kyotu_category .kyotu_btn{
    padding: 0 5px;
  }
  .kyotu_category .kyotu_btn a{
    font-size: 12px;
  }
  .kyotu_category .kyotu_btn a:after{
    right: 7px;
  }
  .kyotu_text{
    text-align: justify;
  }
  .kyotu_items{
    margin-top: 50px;
  }
  .kyotu .pagination{
    margin-top: 70px;
  }
  .kyotu_items .kyotu_item .meta{
    margin-top: 0px;
  }
  .kyotu_items .kyotu_item .post_content{
    padding: 25px 55px 30px;
  }
  .kyotu_items .kyotu_item p{
    padding: 0 55px;
  }
  .post_items .item .date{
    padding: 0 27px 0 25px;
  }


  .gallery_slider .sp-arrow:before{
    font-size: 28px;
  }
  .gallery_slider .sp-previous-arrow{
    left: -52px;
  }
  .gallery_slider .sp-next-arrow{
    right: -52px;
  }
  
  .gallery_slider_thumb{
    margin: 0 -5px;
  }
  .gallery_slider_thumb .gallery_slider_thumb_item{
    width: 20%;
    padding: 5px 5px;
  }
  
}
@media(min-width:1024px){
  .kyotu_category .kyotu_btn{
    padding: 0 14px;
  }
  .kyotu_category .kyotu_btn a{
    font-size: 15px;
  }
  .kyotu_category .kyotu_btn a:after{
    right: 30px;
  }
  .kyotu_text{
    text-align: center;
  }
  .kyotu_category{
    display: flex;
  }
  .kyotu_items{
    margin-top: 133px;
  }
  .pg_production .kyotu_items{
    margin-top: 125px;
  }
  .kyotu_items .inner .title{
    padding-bottom: 25px;
  }
  .kyotu .pagination{
    margin-top: 100px;
  }
  .kyotu_items .kyotu_item .meta{
    margin-top: -52px;
  }
  .kyotu_items .kyotu_item .post_content{
    margin-top: -20px;
    padding: 20px 115px 30px;
  }
  .kyotu_items .kyotu_item p{
    padding: 0 115px;
  }
  .post_items .item .date{
    padding: 0 30px 0 25px;
  }
}
@media(min-width:1200px){
  .kyotu .pagination{
    margin-top: 120px;
  }
  
  .gallery_slider_thumb{
    margin: 0 -5px;
  }
  .gallery_slider_thumb .gallery_slider_thumb_item{
    width: 16.6666%;
    padding: 5px 5px;
  }
  
  .kyotu_items .inner .title{
    text-align: center;
  }
}

/* 検索 */
.search_list{
  background: #eee;
  padding: 15px;
}
.search_list .item{

}
.search_list .item + .item{

}

/* ページTOPに戻る */
.pagetop{
  display: none;
  position: fixed;
  right: 10px;
  bottom: 60px;
}
.pagetop a{
  display: block;
  font-size: 0;
  width: 42px;
  height: 42px;
  text-align: center;
}
.pagetop a i{
  font-size: 40px;
}


.breadcrumb{
  margin-top: 6px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 85px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.075em;
  overflow-x: auto;
  overflow-y: hidden;
}
.breadcrumb li{
  /*display: inline;*/
  /*white-space: nowrap;*/
  margin-right: 15px;
}
.breadcrumb li + li{
  /*margin-left: 15px;*/
}
.breadcrumb li:last-child{
  font-weight: 400;
}
.breadcrumb li a{
  position: relative;
  padding-right: 25px;
}
.breadcrumb li a:after{
  content: ">";
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*.breadcrumb li:first-child a{
  padding-left: 15px;
}
.breadcrumb li:first-child a:before{
  content: "\f015";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}*/
@media(max-width:767px){
  .breadcrumb{
    margin-bottom: 30px;
  }
}
@media(min-width:768px){
  .breadcrumb{
    margin-bottom: 40px;
  }
}
@media(min-width:1024px){
  .breadcrumb{
    margin-bottom: 50px;
  }
}
@media(min-width:1200px){
  .breadcrumb{
    margin-bottom: 85px;
  }
}


/*スマホスライド*/
.scroll-hint-icon-wrap{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon{
  opacity: .8;
}
.scroll-hint-icon{
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  transition: opacity .3s;
  opacity: 0;
  background: rgba(0, 0, 0, .7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before{
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}
.scroll-hint-icon-white{
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, .4);
}
.scroll-hint-icon-white:before{
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}
.scroll-hint-icon:before{
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.scroll-hint-icon:after{
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}
.scroll-hint-icon-white:after{
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after{
  opacity: 1;
}
.scroll-hint-text{
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}
.scroll-hint-icon-white .scroll-hint-text{
  color: #000;
}

/* **********************************
 *  メイン
 * ********************************* */
.main{
  padding: 0 0 50px;
}
body.home .main{
  padding-top: 0;
}

.tt1{
  padding-top: 50px;
  font-family: Noto Serif JP;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 0.075em;
  text-shadow: 0.559px 0.829px 6px rgb(0 0 0 / 90%);
}
.tt1 span{
  display: block;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.075em;
}

.tt2{
  text-align: center;
  font-family: Noto Serif JP;
  letter-spacing: 0;
  margin-bottom: 55px;
}
.tt2 h2{
  font-weight: 500;
  font-size: 30px;
  line-height: 1.37;
}
.tt2 .en{
  margin-top: 10px;
  font-weight: 500;
  color: #0480b8;
  font-size: 15px;
}
.tt2 .en:before{
  content: "";
  border-bottom: 2px solid;
  display: inline-block;
  vertical-align: middle;
  width: 390px;
  margin-right: 15px;
}
.tt3{

}
.tt3 span{

}
.tt4{

}
.tt4 span{

}
.tt5{

}
.tt5 span{

}
@media(max-width:767px){
  .tt1{
    padding-top: 0px;
    font-size: 27px;
  }
  .tt1 span{
    font-size: 16px;
  }
  .tt2{
    margin-bottom: 30px;
  }
  .tt2 h2{
    font-size: 20px;
  }
  
  
  .tt2 .en:before{
    display: block;
    margin: 5px auto 5px !important;
    border-bottom: 2px solid;
    max-width: 200px;
    width: 60% !important;
  }
}
@media(min-width:768px){
  .tt2{
    margin-bottom: 30px;
  }
}
@media(min-width:1024px){
  .tt2{
    margin-bottom: 40px;
  }
}
@media(min-width:1200px){
  .tt2{
    margin-bottom: 40px;
  }
}

/* 詳しく見る サンプル */
.read_more{

}
.read_more a{
  display: block;
  width: 290px;
  max-width: 100%;
  margin: 0 auto;
  padding: 15px 0;
  border-radius: 10px;
  background: #00a7c6;
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
}
.read_more a:after{
  /*content: "\f054";*/
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* **********************************
 *  Home
 * ********************************* */
.pg_home{

}
.pg_home .section#sec1{

}
.pg_home .section#sec2{
  margin-top: 240px;
  position: relative;
}
.pg_home .section#sec2,
.pg_home .section#sec2 .en{
  margin-top: 8px;
  font-size: 14px;
  color: #fff;
}
.pg_home .section#sec2 .btn a{
  color: #000;
}
.pg_home .section#sec2 .btn a:hover{
  background: #eb6100;
  color: #FFF;
}
.pg_home .section#sec2 .btn a:hover:before{
  border-color: #FFF;
}
.pg_home .section#sec2:before{
  content: "";
  background: #0480b8;
  position: absolute;
  top: -92px;
  left: 0;
  right: 0;
  bottom: -65px;
  z-index: -1;
}
.pg_home .section#sec3{
  margin-top: 207px;
}
.pg_home .section#sec4{
  margin-top: 314px;
}
.pg_home .section#sec5{
  margin-top: 143px;
}
.home_logo{
  text-align: center;
  margin-bottom: 28px;
}
.home0,.product_items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_plant .text{
  width: 41%;
  line-height: 2.1;
}
.home_plant .img{
  width: 53.7%;
  margin-top: 7px;
}
.home_plant .img1{
  text-align: right;
}
.home_plant .img2{
  margin-top: -95px;
}
.home_product{
  margin-top: -15px;
  text-align: center
}
.home_product .text{
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.07em;
}
.home_product .product_items{
  margin: 90px -20px 0;
}
.home_product .product_items .item,
.home_item2 .item{
  width: 50%;
  padding: 0 20px;
}
.home_product .product_items .item:nth-child(n+3){
  margin-top: 22px;
}
.home_item2 .item .img img,
.home_item3 .item .img img,
.home_product .product_items .item img{
  width: 100%;
}
.home_product .btn{
  margin-top: 30px;
}
.home_product .btn a{
  font-size: 14px;
  letter-spacing: 0.3em;
}
.home_item2{
  margin: 140px -20px 0;
}
.home_item2 .tt2 .en:before{
  width: 475px;
  margin-right: 8px;
}
.home_item2 .text{
  margin: -24px 0 23px;
  line-height: 2.4;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.075em;
}
.home_item2 .btn{
  text-align: center;
  margin-top: 29px;
}
.home_item3{
  margin: 93px -14px 0;
}
.home_item3 .item{
  width: 33.33%;
  padding: 0 14px;
}
.home_item3 .tt2 .en:before{
  margin-right: 6px;
}
.home_item3 .item:nth-child(1) .tt2 .en:before{
  width: 325px;
}
.home_item3 .item:nth-child(2) .tt2 .en:before{
  width: 290px;
}
.home_item3 .item:nth-child(3) .tt2 .en:before{
  width: 335px;
}
.home_item3 .text{
  margin: -27px 0 27px;
  line-height: 2.1;
}
.home_item3 .btn{
  text-align: center;
  margin-top: 28px;
}
.home_recruit .img{
  margin-top: 32px;
  position: relative;
}
.home_recruit .img2{
  position: absolute;
  right: -230px;
  bottom: -171px;
}
.home_recruit .item_box{
  margin-top: 22px;
  line-height: 2.15;
  width: 50%;
}
.home_recruit .btn{
  margin-top: 70px;
  text-align: right;
}
.home_recruit .btn a,
.home_company .btn a{
  padding: 15px 0;
}
.home_company .item_box{
  margin-top: 26px;
  width: 39%;
  line-height: 2.15;
}
.home_company .btn{
  margin-top: 67px;
}
.home_company .map{
  margin-top: 35px;
  width: 56.5%;
}
.home_company .map iframe{
  width: 700px;
  height: 365px;
}
.home_news .btn{
  margin-top: 78px;
  text-align: center;
}
@media(max-width:767px){
  .pg_home .section#sec2{
    margin-top: 120px;
  }
  .pg_home .section#sec2:before{
    top: -50px;
    bottom: -65px;
  }
  .pg_home .section#sec3,
  .pg_home .section#sec4,
  .pg_home .section#sec5{
    margin-top: 90px;
  }
  .home_logo{
    margin-bottom: 8px;
  }
  .home_logo img{
    width: 15%;
  }
  .home0 .img,
  .home0 .text,
  .home0 .item_box,
  .home0 .map{
    width: 100%;
  }
  .home0 .btn{
    text-align: center;
  }
  .home0 .img,
  .home0 .map{
    order: 1;
    margin-top: 0;
  }
  .home0 .text,
  .home0 .item_box,
  .home_product .text{
    order: 2;
    text-align: justify;
  }
  .home_product .slick-dotted.slick-slider{
    /*padding: 0 30px;*/
    margin: 0 30px;
  }
  .home_product .slick-prev{
    left: -30px;
  }
  .home_product .slick-next{
    right: -30px;
  }
  .home_product .btn{
    margin-top: 50px;
  }
  .home0 img{
    width: 70%;
  }
  .home_plant .img1 img{
    text-align: right;
  }
  .home_plant .img2{
    margin-top: -50px;
  }
  .home_plant .text{
    margin-top: 30px;
  }
  .home_product .product_items{
    margin: 30px 0 0;
  }
  .home0 .item,
  .home_product .product_items .item{
    width: 100%;
    padding: 0;
  }
  .home_product .product_items .item:nth-child(n+3){
    margin: 0;
  }
  .home0 .item:nth-child(n+2){
    margin-top: 70px;
  }
  .home0 .item.slick-slide:nth-child(n+2){
    margin-top: 0;
  }
  .home_item2,
  .home_item3{
    margin: 70px 0 0;
  }
  .home_item2 img,
  .home_item3 img{
    width: 100%;
  }
  .home_recruit .img2{
    text-align: right;
    position: relative;
    right: 0;
    bottom: 60px;
  }
  .home_recruit .item_box{
    margin-top: -30px;
  }
  .home_recruit .btn,
  .home_company .btn,
  .home_news .btn{
    margin-top: 30px;
  }
  .home_news .post_list{
    margin-top: 30px;
  }
}
@media(min-width:768px){
  .pg_home .section#sec2,
  .pg_home .section#sec3,
  .pg_home .section#sec4,
  .pg_home .section#sec5{
    margin-top: 150px;
  }
  .home0 .img,
  .home0 .text,
  .home0 .item_box,
  .home0 .map{
    width: 100%;
    /*text-align: center;*/
  }
  .home0 .btn{
    text-align: center;
  }
  .home0 .img,
  .home0 .map{
    order: 1;
    margin-top: 0;
  }
  
  .home0 .text,
  .home0 .item_box,
  .home_product .text{
    order: 2;
  }
  .home0 .text,
  .home0 .item_box{
    text-align: justify;
    /*text-align: center;*/
  }
  .home_company .btn{
    text-align: left;
  }
  .home_plant .text{
    margin-top: 30px;
  }
  .home_product .product_items{
    margin-top: 30px
  }
  .home_item2,
  .home_item3{
    margin: 70px -20px 0;
  }
  .home_item3 .item{
    width: 50%;
    padding: 0 20px;
    
  }
  .home_item3 .item:nth-child(n+3){
    margin-top: 70px;
  }
  .home_item2 .tt2 .en:before,
  .home_item3 .item:nth-child(1) .tt2 .en:before,
  .home_item3 .item:nth-child(2) .tt2 .en:before,
  .home_item3 .item:nth-child(3) .tt2 .en:before{
    width: 225px;
  }
  .home_recruit .img2{
    text-align: right;
    position: relative;
    right: 0px;
    bottom: 130px;
  }
  .home_recruit .item_box{
    margin-top: -90px;
  }
  
  .home_product .product_items.col3{
    
  }
  
}
@media(min-width:1024px){
  .pg_home .section#sec2,
  .pg_home .section#sec3,
  .pg_home .section#sec4,
  .pg_home .section#sec5{
    margin-top: 200px;
  }
  .home0 .img,
  .home0 .text,
  .home0 .item_box,
  .home0 .map{
    width: auto;
  }
  .home0 .img,
  .home0 .map,
  .home0 .text,
  .home0 .item_box,
  .home_product .text{
    order: 0;
  }
  .home_plant .text{
    width: 45%;
  }
  .home_plant .text1{
    width: 90.5%;
  }
  .home_plant .text2{
    margin-top: 35px;
    width: 89%;
  }
  .home_plant .img{
    width: 53.7%;
  }
  .home_item2{
    margin: 140px -20px 0;
  }
  .home_product .product_items .item,
  .home_item2 .item{
    width: 50%;
    padding: 0 20px;
  }
  .home_item2 {
    justify-content: center;
  }
  .home_item2 .item{
    width: 33.333%;
  }
  .home_item2 .tt2 .en:before,
  .home_item3 .item:nth-child(1) .tt2 .en:before,
  .home_item3 .item:nth-child(2) .tt2 .en:before,
  .home_item3 .item:nth-child(3) .tt2 .en:before{
    width: 300px;
  }
  
  .home_recruit .img{
    margin-top: 32px;
    width: 45%;
  }
  .home_recruit .img2{
    position: absolute;
    width: 70%;
    right: -130px;
    bottom: -100px;
  }
  .home_recruit .item_box{
    margin-top: 22px;
    line-height: 2.15;
    width: 50%;
  }
  .home_recruit .btn{
    margin-top: 70px;
    text-align: right;
  }
  .home_company .item_box{
    margin-top: 26px;
    width: 39%;
    line-height: 2.15;
  }
  .home_company .map{
    margin-top: 35px;
    width: 56.5%;
  }
}
@media(min-width:1200px){
  .pg_home .section#sec2{
    margin-top: 243px;
  }
  .pg_home .section#sec2:before{
    top: -92px;
    bottom: -97px;
  }
  .pg_home .section#sec3{
    margin-top: 240px;
  }
  .pg_home .section#sec4{
    margin-top: 314px;
  }
  .pg_home .section#sec5{
    margin-top: 143px;
  }
  .home_plant .text{
    margin-top: 0px;
  }
  .home_plant .img{
    margin-top: 7px;
  }
  .home_product .product_items{
    margin-top: 90px;
  }
  .home_item2 .tt2 .en:before{
    width: 475px;
  }
  .home_item3{
    margin: 93px -14px 0;
  }
  .home_item3 .item{
    width: 33.33%;
    padding: 0 14px;
  }
  .home_item3 .item:nth-child(n+3){
    margin-top: 0px;
  }
  .home_item3 .tt2 .en:before{
    margin-right: 6px;
  }
  .home_item3 .item:nth-child(1) .tt2 .en:before{
    width: 325px;
  }
  .home_item3 .item:nth-child(2) .tt2 .en:before{
    width: 290px;
  }
  .home_item3 .item:nth-child(3) .tt2 .en:before{
    width: 335px;
  }
  
  .home_item2,
  .home_item3{
    margin-left: -25px;
    margin-right: -25px;
  }
  .home_item2 .item,
  .home_item3 .item{
    padding-left: 25px;
    padding-right: 25px;
  }
  .home_item2 .item .text,
  .home_item3 .item .text{
    text-align: center;
  }
  
  .home_recruit .img{
    width: 50%;
  }
  .home_recruit .img2{
    right: -120px;
    bottom: -175px;
  }
  .home_recruit .btn{
    padding-right: 10px;
  }
  .home_company .btn{
    text-align: start;
  }
}


/* **********************************
 *  保守点検・修理 + ホイスト・部品販売#sec3
 * ********************************* */
.pg_maintenance .tt2{
  margin-top: 86px;
}
.maintenance_item,
.maker_item{
  padding: 26px 0;
  border: 10px solid #f4f4f4;
  display: flex;
  flex-wrap: wrap;
}
.maintenance_item .item,
.maker_item .item{
  width: 33.33%;
  padding: 0 25px;
}
.maintenance_item .item:nth-child(n+4),
.maker_item .item:nth-child(n+4){
  margin-top: 20px;
}
.maintenance_item .inner,
.maker_item .inner{
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.075em;
  border-left: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  padding: 7px 20px;
}
@media(max-width:767px){
  .pg_maintenance .tt2{
    margin-top: 70px;
  }
  .maintenance_item,
  .maker_item{
    margin-bottom: 50px;
  }
  .maintenance_item .item,
  .maintenance_item .inner,
  .maker_item .item,
  .maker_item .inner{
    width: 100%;
  }
  .maintenance_item .item:nth-child(n+2),
  .maker_item .item:nth-child(n+2){
    margin-top: 20px;
  }
}
@media(min-width:768px){
  .maintenance_item{
    margin-bottom: 70px;
  }
  .maintenance_item .item,
  .maker_item .item{
    width: 50%;
    padding: 0 20px;
  }
  .maintenance_item .item:nth-child(3),
  .maker_item .item:nth-child(3){
    margin-top: 20px;
  }
  .maintenance_item .inner, .maker_item .inner{
    font-size: 14px;
  }
}
@media(min-width:1024px){
  .maintenance_item .item,
  .maker_item .item{
    width: 33.33%;
    padding: 0 12px;
  }
  .maintenance_item .item:nth-child(3),
  .maker_item .item:nth-child(3){
    margin-top: 0px;
  }
  .pg_maintenance .kyotu_category .kyotu_btn{
    padding: 0 10px;
  }
  .pg_maintenance .kyotu_category .kyotu_btn a {
    width: 222px;
  }
  .pg_maintenance .kyotu_category .kyotu_btn a:after{
    right: 13px;
  }
}
@media(min-width:1200px){
  .maintenance_item .item,
  .maker_item .item{
    width: 33.33%;
    padding: 0 25px;
  }
  .pg_maintenance .kyotu_category .kyotu_btn{
    padding: 0 14px;
  }
  .pg_maintenance .kyotu_category .kyotu_btn a {
    width: 280px;
  }
  .pg_maintenance .kyotu_category .kyotu_btn a:after{
    right: 30px;
  }
  .maintenance_item .inner, .maker_item .inner{
    font-size: 16px;
  }
}


/* **********************************
 *  ウエイトレンタル
 * ********************************* */
.pg_rental{

}
.pg_rental .section#sec1{

}
.pg_rental .section#sec2{
  margin-top: 171px;
}
.rental .text{
  font-family: Noto Serif JP;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.075em;
}
.rental .gallery_text,
.rental .tbl_text{
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.075em;
}
.rental .gallery_text{
  margin-top: 17px;
  line-height: 2;
}
.rental .tbl_text{
  margin-top: 24px;
}
.rental .image-gallery{
  display: flex;
  flex-wrap: wrap;
  margin: 70px -5px 0;
}
.rental .image-gallery .img_fit{
  overflow:hidden
}
.rental .image-gallery .img_fit:nth-child(1),
.rental .image-gallery .img_fit:nth-child(2){
  width: 50%;
}
.rental .image-gallery .img_fit:nth-child(1):before,
.rental .image-gallery .img_fit:nth-child(2):before{
  padding-top: 71%;
}
.rental .image-gallery .img_fit:nth-child(3){
  width: 38%;
}
.rental .image-gallery .img_fit:nth-child(4){
  width: 62%;
}
.rental .image-gallery .img_fit:nth-child(3):before,
.rental .image-gallery .img_fit:nth-child(4):before{
  padding-top: 57.5%;
}
.rental .image-gallery .img_fit:nth-child(5),
.rental .image-gallery .img_fit:nth-child(6),
.rental .image-gallery .img_fit:nth-child(7),
.rental .image-gallery .img_fit:nth-child(8){
  width: 35.5%;
}
.rental .image-gallery .img_fit:nth-child(n+5):before{
  padding-top: 77%;
}
.rental .image-gallery .img_fit:nth-child(9){
  width: 29%;
  margin-top: -330px;
}
.rental .image-gallery .img_fit a{
  /*display: block;*/
  /*padding: 5px;*/
}
.rental .image-gallery .img_fit img{
  padding: 5px;
  transition: all 0.2s;
}
.rental .image-gallery .img_fit:hover img{
  transform: scale(1.1);
}
/* ポップアップのスタイル */
.rental .popup-overlay {
  display: none; /* 初期状態では非表示 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); /* 半透明の黒背景 */
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.rental .popup-content {
  position: relative;
  padding: 10px;
  border-radius: 5px;
  max-width: 90%;
  max-height: 90%;
}
.rental .popup-content img {
  width: 100%;
  height: auto;
}
.rental .close-button {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}
#sec1 .rental_btn1{
  margin-top: 73px;
}
#sec1 .rental_btn1 a{
  width: 480px;
}
.rental .tt2 .en{
  margin-top: 7px;
}
.rental .rental_tbl{
  margin-top: 12px;
}
.rental .rental_tbl th,
.rental .rental_tbl td{
  border: 1px solid #bfbfbf;
  border-collapse: collapse;
  padding: 9.7px 0;
  font-size: 16px;
  letter-spacing: 0.075em;
}
.rental .rental_tbl th{
  color: #fff;
  background: #0480b8;
  font-weight: 500;
}
.rental .rental_tbl td{
  text-align: end;
  font-weight: 400;
}
.rental .rental_tbl .red{
  background: #fde7d8;
  padding-right: 7.5%;
}
.rental .rental_tbl .td1{
  padding-right: 10%;
}
.rental .rental_tbl .td2{
  padding-right: 10.5%;
}
.rental .rental_tbl .td3{
  padding-right: 11%;
}
#sec2 .rental_btn1{
  margin-top: 95px;
}
#sec2 .rental_btn2{
  margin-top: 15px;
}

@media(max-width:767px){
  .pg_rental .section#sec2{
    margin-top: 90px;
  }
  .rental .text{
    text-align: justify;
    font-size: 16px;
  }
  .rental .image-gallery{
    margin-top: 20px;
  }
  .image-gallery .img_fit{

    /*width: 100%;*/
    /*max-height: 200px;*/
    margin: 0 auto;
    width: 280px;
  }
  .image-gallery .img_fit img{
    object-fit: cover;
    object-position: center;
  }
  .rental .image-gallery .img_fit:nth-child(9){
    margin-top: 0;
  }
  .rental .gallery_text, .rental .tbl_text{
    font-size: 14px;
  }
  .rental .rental_tbl{
    margin-top: 0;
  }
  .rental .rental_tbl .td1{
    padding-right: 10%;
  }
  .rental .rental_tbl .td2{
    padding-right: 10.5%;
  }
  .rental .rental_tbl .td3{
    padding-right: 11%;
  }
  #sec1 .rental_btn1{
    margin-top: 20px;
  }
  #sec2 .rental_btn1{
    margin-top: 25px;
  }
  .rental_btn1 a,
  .rental_btn2 a{
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}
@media(min-width:768px){
  .rental .image-gallery .img_fit:nth-child(9){
    margin-top: -193px;
  }
  .rental .rental_tbl{
    /*display: block;*/
  }
}
@media(min-width:1024px){
  .rental .image-gallery .img_fit:nth-child(9){
    margin-top: -258px;
  }
  .rental .rental_tbl .td1{
    padding-right: 10%;
  }
  .rental .rental_tbl .td2{
    padding-right: 10.5%;
  }
  .rental .rental_tbl .td3{
    padding-right: 11%;
  }
}
@media(min-width:1200px){
  .rental .image-gallery .img_fit:nth-child(9){
    margin-top: -330px;
  }
}


/* **********************************
 *  ホイスト・部品販売
 * ********************************* */
.pg_hoist_parts{

}
.pg_hoist_parts .section#sec1{

}
.pg_hoist_parts .section#sec2{
  margin-top: 172px;
}
.pg_hoist_parts .section#sec3{
  margin-top: 174px;
}
.hoist_parts .maker .text{
  font-family: Noto Serif JP;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.075em;
  text-align: center;
}
.hoist_parts .maker .tt2{
  margin-top: 87px;
}
.hoist_parts .maker .kyotu_items{
  margin-top: 50px;
}
.hoist_parts .maker .kyotu_items .inner{
  padding: 10px 10px 25px;
}
.hoist_parts .maker .kyotu_items .in_text,
.hoist_parts .parts_items .item .title{
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.075em;
}
.hoist_parts .maker .kyotu_items .in_text{
  margin-top: 5px;
}
.hoist_parts .maker .kyotu_items .img img{
  width: 100%;
}
.hoist_parts .parts_items .item .title{
  padding-bottom: 13px;
  border-bottom: 1px solid #eb6100;
}
.hoist_parts .maker .kyotu_items .slider-for{
  margin-top: 15px;
}
.hoist_parts .maker .kyotu_items .slider-nav{
  margin: 3px -5px 0;
  text-align: left;
}
.hoist_parts .maker .kyotu_items .slider-nav .img_fit{
  margin: 5px;
}
.hoist_parts .maker .kyotu_items .inner .items_btn{
  margin-top: 4px;
}
.hoist_parts .maker .kyotu_items .inner .items_btn .in{
  width: 140px;
  padding: 0px 2px 0px 7px;
}
.hoist_parts .maker .kyotu_items .inner .kome{
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.075em;
  text-align: right;
  margin: 5px 10px 0 0;
  padding: 0 10px;
}
.hoist_parts .maker .post_btn{
  margin-top: 101px;
}
.hoist_parts .parts_items{
  margin: 50px -24.7px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hoist_parts .parts_items .item{
  width: 50%;
  padding: 0 24.7px;
}
.hoist_parts .parts_items .item:nth-child(n+3){
  margin-top: 61px;
}
.hoist_parts .parts_items .item .inner{
  padding: 15px 20px 32px;
  background: #f7f7f7;
  box-shadow: 3px 3px 0px -1px #0480b8;
}
.hoist_parts .parts_items .item .img{
  margin-top: 25px;
}
.hoist_parts .parts_items .item .img img{
  width: 100%;
}
.hoist_parts .itiran_box{
  margin-top: 51px;
}
.hoist_parts .maker_box:nth-child(n+2){
  margin-top: 59px;
}
.hoist_parts .maker_box .title{
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.075em;
  color: #fff;
  background: #0480b8;
  padding: 10px 30px;
  position: relative;
}
.hoist_parts .maker_box .title:before{
  content: "";
  border-left: 3px solid #fff;
  position: absolute;
  top: 2px;
  left: 10px;
  bottom: 2px;
}
.hoist_parts .maker_box .maker_item{
  margin-top: 25px;
}
.hoist_parts .kome{
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.075em;
  text-align: center;
  margin-top: 48px;
}
.hoist_parts .rental_btn1{
  margin-top: 95px;
}
.hoist_parts .maker .kyotu_items .inner .slick-arrow:before{
  color: #000;
  opacity: 1;
}
.hoist_parts .maker .kyotu_items .inner .slick-prev{
  left: 10px;
  z-index: 1;
}
.hoist_parts .maker .kyotu_items .inner .slick-next{
  right: 10px;
  z-index: 1;
}
.kyotu_items .item .slider-nav .slick-track{
  margin-left: 0;
  transform: unset!important;
  display: flex!important;
}
.kyotu_items .item .slider-nav .slick-track .img{
  padding: 7px;
}



@media(max-width:767px){
  .pg_hoist_parts .section#sec2,
  .pg_hoist_parts .section#sec3{
    margin-top: 90px;
  }
  .hoist_parts .maker .kyotu_items .inner .slick-arrow:before{
    display: none;
  }
  .slick-prev,
  .slick-next {
    background-color: #ddd;
    border: none;
    color: #333;
    font-size: 16px;
    padding: 10px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
  }

  .slick-prev {
    left: 10px; /* ボタンの位置を調整 */
  }

  .slick-next {
    right: 10px; /* ボタンの位置を調整 */
  }

  .slick-prev:hover,
  .slick-next:hover {
    background-color: #aaa; /* ホバー時のスタイル */
  }
  .hoist_parts .maker .tt2{
    margin-top: 50px;
  }
  .hoist_parts .maker .kyotu_items,
  .hoist_parts .maker .kyotu_items .item,
  .hoist_parts .parts_items,
  .hoist_parts .parts_items .item:nth-child(n+3){
    margin-top: 0;
  }
  .hoist_parts .maker .kyotu_items .item{
    width: 100%;
  }
  .hoist_parts .maker .kyotu_items .item:nth-child(n+2){
    margin-top: 20px;
  }
  .hoist_parts .parts_items .item .inner{
    margin-bottom: 10px;
  }
  .hoist_parts .parts_items .item .title,
  .hoist_parts .maker_box .title{
    font-size: 15px;
  }
  .hoist_parts .parts_items .item .title{
    padding-bottom: 3px;
  }
  .hoist_parts .itiran_box{
    margin-top: 0;
  }
  .hoist_parts .maker .post_btn{
    margin-top: 75px;
  }
  .hoist_parts .rental_btn1{
    margin-top: 50px;
  }
  .hoist_parts .maker .text{
    text-align: justify;
  }
}
@media(min-width:768px){
  .hoist_parts .maker .kyotu_items .in_text,
  .hoist_parts .parts_items .item .title{
    font-size: 13px;
  }
  .hoist_parts .maker .kyotu_items .inner .kome{
    margin-right: 0;
  }
  .kyotu_items .item{
    width: 50%;
  }
  .kyotu_items .item:nth-child(n+3){
    margin-top: 30px;
  }
}
@media(min-width:1024px){
  .kyotu_items .item{
    width: 33.33%;
  }
  .kyotu_items .item:nth-child(n+3){
    margin-top: 0px;
  }
  .kyotu_items .item:nth-child(n+4){
    margin-top: 60px;
  }
}
@media(min-width:1200px){
  
  .kyotu_items{
    margin-left: -25px;
    margin-right: -25px;
  }
  .kyotu_items .item{
    padding-left: 25px;
    padding-right: 25px;
  }
  
  .hoist_parts .parts_items {
    max-width: 68.3%;
    margin-left: auto;
    margin-right: auto;
  }
  .hoist_parts .parts_items .item{
    width: 50%;
    
  }
  .hoist_parts .parts_items .item:nth-child(n+2){
    margin-top: 0;
  }
  .hoist_parts .parts_items .item:nth-child(n+3){
    margin-top: 60px;;
  }
  
  .hoist_parts .maker .kyotu_items .in_text,
  .hoist_parts .parts_items .item .title{
    font-size: 16px;
    text-align: center;
  }
}


/* **********************************
 *  求人情報
 * ********************************* */
.pg_recruit{

}
.pg_recruit .section#sec1{

}
.pg_recruit .section#sec2{

}
.pg_recruit .section#sec3{

}
.recruit .img_items{
  display: flex;
  flex-wrap: wrap;
  margin: 90px -10px 0;
}
.recruit .img_items .img{
  padding: 0 10px;
  width: 33.33%;
}
.recruit .img_items .img .img_fit:before{
  padding-top: 76.92%;
}

.recruit .text{
  margin-top: 27px;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.075em;
  line-height: 1.9;
}
.recruit_btns{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 141px -15px 0px;
}
.recruit_btns .recruit_btn{
  width: 33.33%;
  padding: 0 15px;
}
.recruit_btns .recruit_btn:nth-child(n+4){
  margin-top: 12px;
}
.recruit_btns .recruit_btn a{
  width: 100%;
  padding: 20px;
}
.recruit_btns .recruit_btn a:after{
  content: "\f078";
  right: 18px;
}
.recruit_items .item{
  padding-top: 140px;
}
.recruit_items .item:nth-child(n+2){
  margin-top: 143px;
}


@media(max-width:767px){
  .recruit .img_items{
    margin: 0 15px;
  }
  .recruit .text{
    text-align: justify;
    font-size: 16px;
    margin-top: 50px;
  }
  .recruit_btns{
    display: none;
  }
  .recruit_items .item{
    padding-top: 50px;
  }
  .recruit_items .item:nth-child(n+2){
    padding-top: 50px;
    margin-top: 0;
  }
  
  .recruit .img_items .slick-prev{
    left: -15px;
  }
  .recruit .img_items .slick-next{
    right: -15px;
  }
  .recruit .img_items .slick-prev:before, 
  .recruit .img_items .slick-next:before{
    color: #0480b8;
  }
}
@media(min-width:768px){
  .recruit .text{
    text-align: justify;
  }
  .recruit_btns{
    margin-top: 60px;
  }
  .recruit_items .item:nth-child(n+2){
    padding-top: 90px;
  }
}
@media(min-width:1024px){
  .recruit_btns{
    margin-top: 100px;
  }
  .recruit_items .item:nth-child(n+2){
    padding-top: 143px;
  }
}
@media(min-width:1200px){
  .recruit .text{
    text-align: center;
  }
  .recruit_btns{
    margin-top: 141px;
  }
}



/* **********************************
 *  会社案内
 * ********************************* */
.pg_company{

}
.pg_company .section#sec1{

}
.pg_company .section#sec2{
  margin-top: 165px;
}
.pg_company .section#sec3{
  margin-top: 174px;
}
.company{

}
.company .text{
  margin-top: 25px;
  letter-spacing: 0.075em;
  line-height: 2;
}
.company .name{
  margin-top: 20px;
  text-align: right;
  font-family: Noto Serif JP;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.075em;
}
.company table th,
.company table td{
  letter-spacing: 0.075em;
  text-indent: inherit;
}
.company .tbl td .box1,
.company .tbl td .box2,
.company .tbl td .box3{
  width: 100%;
}
.company .tbl ul{

}
.company .tbl ul li{
  text-indent: -1em;
  padding-left: 1em;
}

.history_box,
.history_box .box .inner{
  display: flex;
  flex-wrap: wrap;
}
.history_box{
  margin-top: -2px;
}
.history_box .box1{
  margin-left: 111px;
  width: 54%;
  position: relative;
}
.history_box .box1:before{
  content: "";
  border-left: 1px solid;
  position: absolute;
  top: 10px;
  left: 9px;
  height: 1120px;
  z-index: -1;
}
.history_box .box2{
  width: 35%;
}
.history_box .box:nth-child(n+2){
  margin-top: 248px;
}
.history_box .box .inner{
  font-weight: 500;
}
.history_box .box .inner:nth-child(n+2){
  margin-top: 40px;
}
.history_box .box .inner:before{
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  color: #0480b8;
  padding-right: 20px;
}
.history_box .box .inner .nbr{
  width: 80px;
  font-family: Noto Serif JP;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
}
.history_box .box .inner .nbr span{
  font-size: 15px;
}
.history_box .box .inner p{
  font-size: 20px;
  margin-left: 158px;
  position: relative;
}
.history_box .box .inner p:before{
  content: "";
  border-left: 1px solid;
  position: absolute;
  top: 5px;
  left: -30px;
  height: 20px;
}
.history_box .img_fit:before{
  padding-top: 67%;
}
.history_box .img1{
  margin-top: 182px;
}
.history_box .img2{
  margin-top: 250px;
}
@media(max-width:767px){
  .pg_company .section#sec2,
  .pg_company .section#sec3{
    margin-top: 90px;
  }
  .history_box .box1,
  .history_box .box2,
  .history_box .box .inner p{
    width: 100%;
  }
  .history_box .box .inner p{
    font-size: 18px;
  }
  .history_box .box:nth-child(n+2){
    margin-top: 40px;
  }
  .history_box .box1{
    margin: 0;
  }
  .history_box .box1:before{
    height: 1320px;
  }
  .history_box .box .inner .nbr{
    text-align: justify;
    width: 170px;
  }
  .history_box .box .inner p{
    margin-left: 40px;
  }
  .history_box .box .inner p:before{
    display: none;
  }
  .history_box .img1,
  .history_box .img2{
    display: none;
  }
  .history_box .img_fit.sp{
    width: 90%;
    margin-top: 20px;
    margin-left: 10%;
  }
  
  .company .tbl ul li+li{
    margin-top: 15px;
  }
}
@media(min-width:768px){
  .history_box .box1{
    margin-left: 0px;
    width: 66%;
  }
  .history_box .box1:before{
    height: 905px;
  }
  .history_box .box:nth-child(n+2){
    margin-top: 170px;
  }
  .history_box .box .inner .nbr{
    font-size: 20px;
  }
  .history_box .box .inner p{
    margin-left: 40px;
    font-size: 18px;
  }
  .history_box .box2{
    width: 34%;
  }
  .history_box .img1{
    margin-top: 205px;
  }
  .history_box .img2{
    margin-top: 190px;
  }
}
@media(min-width:1024px){
  .history_box .box1{
    width: 65%;
  }
  .history_box .box1:before{
    height: 1120px;
  }
  .history_box .box:nth-child(n+2){
    margin-top: 248px;
  }
  .history_box .box .inner .nbr{
    font-size: 24px;
  }
  .history_box .box .inner p{
    margin-left: 55px;
    font-size: 20px;
  }
  .history_box .box2{
    width: 35%;
  }
  .history_box .img1{
    margin-top: 182px;
  }
  .history_box .img2{
    margin-top: 70px;
  }
}
@media(min-width:1200px){
  .history_box .box1{
    margin-left: 111px;
    width: 54%;
  }
  .history_box .box .inner p{
    margin-left: 158px;
  }
  .company .tbl td .box1{
    width: 14.7%;
  }
  .company .tbl td .box2{
    width: 33.7%;
  }
  .company .tbl td .box3{
    width: 23.7%;
  }
  .history_box .img2{
    margin-top: 180px;
  }
}




/* **********************************
 *  
 * ********************************* */
.pg_xxxx{

}
.pg_xxxx .section#sec1{

}
.pg_xxxx .section#sec2{

}
.pg_xxxx .section#sec3{

}
@media(max-width:767px){
}
@media(min-width:768px){
}
@media(min-width:1024px){
}
@media(min-width:1200px){
}



