@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 Mincho", YuMincho, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.85;
  color: #000000;
}

/* 基本フォント: 明朝 */
/**/
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: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

a{
  color: inherit;
  text-decoration: none;
  transition: 0.2s;
}
a:hover{
  text-decoration: none;
  opacity: 0.7;
}

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

/* テーブル */
table{
  width: 100%;
  table-layout: fixed;
}
table th,
table td{
  padding: 10px 10px;
}

/* テーブル 汎用class */
.tbl{

}
.tbl th,
.tbl td{
  border: 1px solid #b2b2b2;
}
.tbl th{

}
.tbl td{

}


/* スクロール テーブル */
.js-scrollable{
  overflow-x: auto;
}
.js-scrollable table{
  min-width: 748px;
}

/* 指定デバイスのみで表示するclass */
@media (min-width:1024px){
  .tb:not(.pc){
    display: none;
  }
  .sp:not(.pc){
    display: none;
  }
}
@media (min-width:768px) and (max-width:1023px){
  .pc:not(.tb){
    display: none;
  }
  .sp:not(.tb){
    display: none;
  }
}
@media (max-width:767px){
  .pc: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: hidden;
}
.container{
  width: 1130px;
  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{
  margin-bottom: 150px;
  /*padding: 15px 0;*/
  background-image: url(/img/hdr_bg.jpg);
  background-color: #c1c1c1;
  background-position: left top;
}
.pg_header .container{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 380px;
}
.pg_header .ttl{
  font-size: 18px;
  margin-top: 90px;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-align: center;
}
.pg_header .ttl span{
  display: block;
}
.pg_header .ttl span:after{
  content: "";
  width: 160px;
  height: 2px;
  margin: 25px auto 18px;
  background: #2ba739;
  display: block;
}
.pg_header .ttl img{
  height: 71px;
}

/* 共通の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{    
  padding: 20px 0 5px 25px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  border-bottom: 1px solid #7d7d7d;
}
.home header{    
  padding: 20px 0 0 25px;
  border-bottom: 0;
}
header .hdr1{
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
header .hdr1 .hdr_logo{
  line-height: 1;
}
header .hdr1 .hdr_contact {
  width: 56px;
  padding: 15px 0 32.5vh;
  background: rgba(0,0,0,0.85);
  color: #ffffff;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
}
.hdr_contact .gnav_open{
  font-size: 10px;
  line-height: 1.5;
  display: block;
}
.hdr_contact .gnav_open:hover{
  opacity: 1;
}
.hdr_contact .gnav_open i{
  font-size: 26px;
  display: block;
  line-height: 1;
}
.hdr_contact .scroll {
  font-size: 14px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: block;
}
.hdr_contact .scroll:after{
  content: "";
  width: 7px;
  height: 80px;
  margin-top: 15px;
  display: inline-block;
  vertical-align: middle;
  background: url(/img/hdr_arrow.png) no-repeat center / contain;
}


/* **********************************
 *  グローバルナビ
 * ********************************* */
.gnav{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.9);
  padding: 0;
  z-index: 5;
  overflow-y: scroll;
  display: flex;
  justify-content: center;
  align-items: center;

  /*transition: all 0.2s;*/
  transform: translateX(100%);
  padding: 15px;
}
.gnav.active{
  width: calc(100% - 56px);
  transform: translateX(0%);
}
.gnav > ul{
  max-width: 809px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  /*font-size: 18px;*/
}
.gnav > ul > li{
  width: 50%;
  font-size: 25px;
  position: relative;
  font-weight: 500;
  letter-spacing: 0.075em;
}

/*.gnav > ul > li.menu-item-has-children:after{
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #FFF;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}*/
.gnav > ul > li > a:before{
  content: "□";
  display: inline-block;
  margin-right: 8px;
}
.gnav > ul > li.menu-item-has-children{
  width: 100%;
}
.gnav > ul > li.menu-item-has-children .children{
  display: flex;
  flex-wrap: wrap;
}
.gnav > ul > li.menu-item-has-children .children li{
  margin-right: 30px;
}

.gnav li a{
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 12px 0;
}
.gnav li a:hover{
  opacity: 1;
  text-decoration: underline;
  /*background: #333;*/
  /*color: #FFF;*/
}
.gnav > ul > li.menu-item-has-children{
  margin-bottom: 10px;
}
.gnav > ul > li.menu-item-has-children > a{
  padding-bottom: 0;
}
.gnav > ul > li.menu-item-has-children .children a{
  font-size: 18px;
  line-height: 2;
  padding: 8px 0;
}
.gnav > ul > li.menu-item-has-children .children a:before{
  content: "・";
}

/*.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{
  height: 890px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.mv .mv_video{
  width: 100%;
  height: 100%;
  position: relative;
}
.mv .mv_video video{ 
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.mv .mv_box{
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.mv .mv_box .txt{
  font-size: 56px;
  margin-bottom: 15px;
  font-weight: 500;
  letter-spacing: 0.075em;
  color: #ffffff;
  text-shadow: 0 0 5px rgb(0 0 0 / 50%),
    0 0 5px rgb(0 0 0 / 50%),
    0 0 5px rgb(0 0 0 / 50%),
    0 0 5px rgb(0 0 0 / 50%);
  line-height: 1.6;
  text-align: center;
}
.mv .mv_box .txt .en{
  font-size: 20px;
  letter-spacing: 0.075em;
}
.mv .mv_box .img{

}
.mv .mv_box .img img{

}

@media only screen and (max-width:1550px){
}

@media only screen and (max-width:1220px){  
  .mv{
    height: 790px;
  }
  .container{
    max-width: 900px;
  }

}

@media only screen and (max-width:1023px){ 
  .container{
    max-width: 640px;
  }

  .mv{
    height: 550px;
  }
  .mv .mv_box .txt {
    font-size: 42px;
  }
  .mv .mv_box .txt .en {
    font-size: 16px;
  }
  
  header .hdr1 .hdr_logo img{
    width: 220px;
  }
}

@media only screen and (max-width:767px){ 
  .container{
    max-width: 100%;
  }

  body{
    font-size: 14px;
    padding-bottom: 60px;
  }

  header{
    padding: 10px;
  }
  .home header{
    padding: 10px;
  }
  header .hdr1{
    width: 100%;
    margin-bottom: 0;
  }
  header .hdr1 .hdr_logo{
    width: 100%;
    text-align: left;
    display: inline-block;
  }
  header .hdr1 .hdr_logo img{
    width: 180px;
  }
  header .hdr1 .hdr_contact{
    display: none;
  }
  .gnav{
    display: block;
  }
  .gnav.active{
    width: 100%;
  }
  .gnav > ul{
    display: block;
  }
  .gnav > ul > li{
    width: 100%;
    font-size: 18px;
    padding: 5px 0;
    border: 0;
    border-bottom: 1px dashed #CCC;
  }
  .gnav > ul > li + li,
  .gnav > ul > li:first-child,
  .gnav > ul > li:last-child{
    border-left: 0;
    border-right: 0;
  }
  .gnav > ul > li a{
    padding: 10px 0;
  }
  .gnav > ul > li.menu-item-has-children {
    margin-bottom: 0;
  }
  .gnav > ul > li.menu-item-has-children .children{
    display: block;
  }
  .gnav > ul > li.menu-item-has-children .children li {
    margin-right: 0;
  }
  .gnav > ul > li.menu-item-has-children .children a {
    font-size: 15px;
  }

  .mv{
    height: 300px;
  }
  .mv .mv_box {
    margin-top: 20px;
  }
  .mv .mv_box .txt {
    font-size: 32px;
    line-height: 1.35;
  }
  .mv .mv_box .txt .en {
    font-size: 16px;
    margin-top: 10px;
  }
}


/* **********************************
 *  フッター
 * ********************************* */
footer{
  margin-top: 200px;
  padding: 50px 0 0;
  background: #e5e5e5;
}

footer .ftr1{
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
}
footer .ftr1 .item{
  width: 50%;
  display: flex;
}
footer .ftr1 .box{
  max-width: 380px;
  width: 100%;
  margin: 0 auto;
  padding: 5px 25px;
  border: 1px solid #b5b5b5;
  display: block;
  background: #ffffff;
  text-align: center;
  letter-spacing: 0.075em;
  line-height: 1.4;
}
footer .ftr1 .ttl{
  font-size: 15px;
}
footer .ftr1 .tel{
  font-size: 21px;
  font-weight: 500;
}
footer .ftr1 .reception{
  font-size: 14px;
}
footer .ftr1 .formlink {
  max-width: 326px;
  margin: 10px auto 0; 
  padding: 5px;
  width: 100%;
  background: #06c755;
  color: #ffffff;
  display: block;
}

.ftr2 {
  padding: 65px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

footer .ftr_logo{
  margin-bottom: 25px;
}
footer .ftr_addr p + p{
  margin-top: 5px;
}

.ftr2 .links{
  margin-top: -5px;
  display: flex;
  flex-wrap: wrap;
}
footer .ftr_links{
  margin-top: 25px;
}
footer .ftr_links li{
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: 0.075em;
  font-weight: 500;
}
footer .ftr_links li:before{
  content: "□";
  margin-right: 5px;
  display: inline-block;
}
footer .ftr_links li + li{
  margin-top: 15px;
}
footer .ftr_links .children{
  margin-top: 15px;
}
footer .ftr_links .children li:before{
  content: "・";
  margin-right: 0;
}
footer .ftr_links:not(:last-child){
  margin-right: 80px;
}
footer .copy{
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
  margin-top: 60px;
  letter-spacing: 0.075em;
}
footer .copy a{
  /*color: #111;*/
}


.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.85);
  color: #ffffff;
  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: 38%;
  border-right: 1px solid #000;
}
.footer_fix ul li.btn2{
  width: 24%;
}
.footer_fix ul li a{
  display: block;
  padding: 8px 5px 3px;
  color: #FFF;
  text-decoration: none;
}
.footer_fix ul li i{
  font-size: 22px;
  display: block;
}

@media only screen and (max-width:1220px){

  footer .ftr_links:not(:last-child){
    margin-right: 15px;
  }
}

@media only screen and (max-width:1023px){
  footer{
    margin-top: 120px;
    padding-top: 40px;
  }
  footer .ftr1{
    padding: 0;
    margin: 0 -5px;
  }
  footer .ftr1 .box {
    max-width: 300px;
    padding: 10px 0;
  }
  footer .ftr1 .item {
    width: 50%;
    padding: 0 5px;
  }
  footer .ftr1 .reception {
    font-size: 12px;
  }
  footer .ftr1 .formlink{
    max-width: 256px;
  }
  .ftr2 {
    padding: 60px 0 0;
    justify-content: center;
  }
  .ftr2 .info{
    text-align: center;
  }
  .ftr2 .links{
    display: none;
  }
  footer .links{
    margin-top: 35px;
  }
  footer .ftr_links:not(:last-child){
    margin-right: 45px;
  }
  footer .copy {
    margin-top: 30px;
  }
}

@media only screen and (max-width:767px){

  footer{
    margin-top: 80px;
  }
  footer .ftr1 .item{
    width: 100%;
  }
  footer .ftr1 .item + .item{
    margin-top: 10px;
  }

  footer .ftr2 .container{
    flex-wrap: wrap;
  }
  footer .ftr2 .box1,
  footer .ftr2 .box2{
    width: 100%;
    text-align: center;
  }
  footer .ftr2 .box2{
    margin-top: 10px;
  }
  .ftr2 {
    padding: 50px 0 0;
  }
  .footer_fix{
    display: block;
  }
  footer .ftr_logo {
    margin-bottom: 15px;
  }
  .ftr_logo img{
    width: 230px;
  }
  footer .copy{
    font-size: 12px;
    margin-top: 20px;
  }
}


/* 検索フォーム */
.pg_404{
  text-align: center;
}
.pg_404 p{
  letter-spacing: 0.075em;
}

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


/* 記事リスト */
.post_items{
  padding: 0 0;
}
.post_items .item{
  /*background: #f0f0f0;*/
  padding: 22px 5px;
  border-bottom: 1px dotted;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  letter-spacing: 0.075em;
}
.post_items .item .img{

}
.post_items .item .date{
  width: 125px;
}
.post_items .item .category{
  /*width: 135px;*/
  width: 155px;
  font-size: 14px;
  padding: 0 5px;
  text-align: center;
  background: #d2d2d2;
}
.post_items .item .title{
  font-weight: 500;
  width: calc(100% - 125px - 155px);
  padding-left: 43px;
  font-weight: 400;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  /*width: -moz-available;
  width: -webkit-fill-available;
  width: available;*/
}
.post_items .item .title a{
  display: block;
  position: relative;
  padding-right: 1em;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
/*.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%);
}*/

.news_wrap .post_items .item.single_item{
  padding: 20px 18px;
  display: flex;
  flex-wrap: wrap;
  border-top: 15px solid #2ba739;
  border-bottom: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
}
.news_wrap .post_items .item.single_item:after{
  display: none;
}
.news_wrap .post_items .item.single_item .meta{
  padding: 10px 0 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  width: 100%;
  border-bottom: 1px solid #CCC;
}
.news_wrap .post_items .item.single_item .title{
  width: auto;
  font-size: 16px;
  padding-top: 0;
  overflow: auto;
  white-space: inherit;
}
.news_wrap .post_items .item.single_item .content{
  width: 100%;
  margin-top: 20px;
  padding-bottom: 20px;
}
.news_wrap .post_items .item.single_item .content *{
  margin-bottom: 1em;
}
.post_items .item.single_item .content h1,
.post_items .item.single_item .content h2,
.post_items .item.single_item .content h3,
.post_items .item.single_item .content h4,
.post_items .item.single_item .content h5,
.post_items .item.single_item .content h6{
  margin-bottom: 0.5em;
}
.post_items .item.single_item .content a{
  color: #2196F3;
}

.post_items .post_content{
  font-size: 14px;
  margin-top: 30px;
}

/* ページ送り(一覧) */
.pagination{
  text-align: center;
  margin-top: 75px;
}
.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: 3px 14px;
  margin: 4px 4px;
  color: #1e1e1e;
  text-decoration: none;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover{
  background: #e5e5e5;
  border-color: #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 .nav-posts{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pagination .nav-posts .page-next,
.pagination .nav-posts .page-prev{
  min-width: 200px;
}
.pagination .nav-posts .page-next a,
.pagination .nav-posts .page-prev a{
  display: block;
  border: 1px solid #c0c0c0;
  padding: 10px 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: "\f053";
  left: 10px;
}
.pagination .nav-posts .page-prev a:after{
  content: "\f054";
  right: 10px;
}
.pagination .nav-posts .page-archive a{
  display: block;
  background: #bcbcbc;
  color: #ffffff;
  padding: 10px 100px;
}

/* 検索 */
.search_list{
  background: #eee;
  padding: 15px;
}
.search_list .item{

}
.search_list .item + .item{

}

/* ページTOPに戻る */
.pagetop{
  display: none;
  position: fixed;
  right: 80px;
  bottom: 70px;
}
.pagetop a{
  display: block;
  font-size: 0;
  width: 42px;
  height: 42px;
  text-align: center;
}
.pagetop a i{
  font-size: 40px;
}


.breadcrumb{
  display: flex;
  list-style: none;
  margin-bottom: 20px;
  font-size: 14px;
  overflow-x: auto;
  overflow-y: hidden;
}
.breadcrumb li{
  display: inline;
  white-space: nowrap;
}
.breadcrumb li + li{
  margin-left: 10px;
}
.breadcrumb li:last-child{
  font-weight: 500;
}
.breadcrumb li a{
  position: relative;
  padding-right: 15px;
}
.breadcrumb li a:after{
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  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%);
}*/

/* **********************************
 *  メイン
 * ********************************* */
.main{
}
body.home .main{
  padding-top: 0;
}

.tt1{
  margin-bottom: 30px;
  letter-spacing: 0.075em;
  line-height: 1.2;
  text-align: center;
}
.tt1.left{
  text-align: left;
}
.tt1.right{
  text-align: right;
}
.tt1 .ttl{
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  font-family: 'Noto Serif JP', serif;
}
.tt1 .en{
  /*font-size: 100px;
  display: block;
  font-family: 'Libre Baskerville', serif;*/
}
.tt1 .en:after{
  content: "";
  width: 160px;
  height: 2px;
  margin: 23px auto 22px;
  background: #2ba739;
  display: block;
}
.tt1.left .en:after{
  margin-left: 0;
}
.tt1.right .en:after{
  margin-right: 0;
}

.tt2{

}
.tt2 span{

}
.tt3{

}
.tt3 span{

}
.tt4{

}
.tt4 span{

}
.tt5{

}
.tt5 span{

}

/* 詳しく見る サンプル */
.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{
  padding: 110px 0 60px;
  text-align: center;
}
.pg_home .section#sec1 .ttl{
  font-size: 24px;
  margin: 0 -15px;
  letter-spacing: 0.075em;
  line-height: 1.666;
}
.pg_home .section#sec1 .text{
  margin-top: 22px;
  letter-spacing: 0.075em;
  line-height: 2.125;
}
.pg_home .section#sec2{
  padding: 80px 0 65px;
}
.home_sec2_box {
  display: flex;
  flex-wrap: wrap;
}
.home_sec2_box .img{
  width: 40%;
  height: 600px;
  position: relative;
}
.home_sec2_box .img img{  
  width: 800px;
  max-width: inherit;
  position: absolute;
  right: 0;
}
.home_sec2_box .txt{
  width: 60%;
  padding-left: 30px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
.home_sec2_box .ttl {
  margin-bottom: 40px;
  padding-left: 10px;
  font-weight: 600;
  line-height: 1;
}
.home_sec2_box .ttl1 {
  font-size: 27px;
  letter-spacing: 0.075em;
}
.home_sec2_box .ttl1 span{
  font-size: 39px;
}
.home_sec2_box .ttl2 {
  width: 94%;
  font-size: 51px;
  /*margin-top: -18px;*/
  letter-spacing: 0.075em;
  text-align: center;
  line-height: 1;
}
.home_sec2_box .ttl2 span{
  font-size: 69px;
}
.home_sec2_box .ttl2 ruby{
  line-height: 1;
}
.home_sec2_box .ttl2 rt{
  font-size: 18px;
  padding: 0 8px;
}
ruby[data-ruby] {
  position:relative;
}
ruby[data-ruby]::before {
  content: attr(data-ruby);
  position:absolute;
  left: -2em;
  top: -0.1em;
  right: -4.8em;
  text-align: center;
  font-size: 18px;
  letter-spacing: 3em;
}
rt {
  display:none;
}
.home_sec2_box .text{
  letter-spacing: 0.075em;
  line-height: 2.125;
  text-align: justify;
}
.link_1 {
  width: 255px;
  font-size: 15px;
  margin: 50px auto 0;
  padding: 6px 20px;
  background: #06c755;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  letter-spacing: 0.075em;
}
.link_1:after{
  content: "";
  width: 80px;
  height: 7px;
  margin-right: -5px;
  background: url(/img/top/link_1_arrow.png) no-repeat center / contain;
  display: inline-block;
}
.link_1.right{
  margin-right: 0;
}
.link_1.left{
  margin-left: 0;
}

.pg_home .section#sec3{
  padding: 82px 0 100px;
}
.pg_home .section#sec3 .container{
  position: relative;
}
.pg_home .section#sec3 .container:after{
  content: "";
  width: 1000%;
  height: 515px;
  background: #eeeeee;
  position: absolute;
  left: -32px;
  top: 340px;
  z-index: -1;
}
.pg_home .section#sec3 .tt1{
  margin-bottom: 68px;
}
.flex{
  display: flex;
  flex-wrap: wrap;
}
div[class*="home_sec3_box"] .ttl{
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1.35;
}
.home_sec3_box1 .ttl{
  margin-right: -10px;
  margin-top: -10px;
  margin-bottom: 28px;
}
.home_sec3_box1 .txt{
  width: 445px;
  padding-right: 25px;
}
.home_sec3_box1 .img{
  width: calc(100% - 445px);
  text-align: center;
}
div[class*="home_sec3_box"] .text{
  letter-spacing: 0.075em;
  line-height: 2.125;
  text-align: justify;
}
.home_sec3_box2{
  margin-top: 50px;
}
.home_sec3_box2 .img,
.home_sec3_box2 .img{
  width: calc(100% - 445px);
}
.home_sec3_box2 .ttl{
  margin-left: 45px;
  margin-bottom: -40px;
}
.home_sec3_box2 .txt{
  width: 445px;
  height: 450px;
  display: flex;
  flex-direction: column;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.home_sec3_box2 .text{
  padding-bottom: 30px;
}
.home_sec3_box2 .img{
  width: calc(100% - 445px);
}
.home_sec3_box3{
  margin-top: 50px;
}
.home_sec3_box3 .flex{
  margin-top: 28px;
}
.home_sec3_box3 .responsive_video{
  width: 48.5%;
  text-align: center;
}
.home_sec3_box3 .txt{
  width: 51.5%;
  padding-right: 20px;
  margin-top: -10px;
}

.pg_home .section#sec4{
  padding: 0 0 50px;
}
.home_sec4_box{
  padding: 138px 0 70px;
  position: relative;
}
.home_sec4_box:after{
  content: "";
  width: 1000%;
  height: 100%;
  background: #eeeeee;
  position: absolute;
  right: -45px;
  top: 0;
  z-index: -1;
}
.home_sec4_box .img{
  width: calc(100% - 570px);
  height: 540px;
  position: relative;
}
.home_sec4_box .img img{  
  width: 945px;
  max-width: inherit;
  position: absolute;
  right: 0;
}
.home_sec4_box .txt{
  width: 570px;
  margin-top: -95px;
  padding-left: 30px;
  position: relative;
}
.home_sec4_box .ttl.mincho{
  font-size: 49px;
  margin-bottom: 10px;
  font-weight: 500;
  letter-spacing: 0.075em;
}
.home_sec4_box .link_1{
  margin-top: 105px;
}
.home_sec4_box .text{
  letter-spacing: 0.075em;
  line-height: 2.125;
}

.pg_home .section#sec5{
  padding: 70px 0;
}

.pg_home .section#sec6{
  padding: 80px 0 150px;
}
.home_sec6_box .txt{
  width: 715px;
  margin-top: 5px;
}
.home_sec6_box .img{
  width: calc(100% - 715px);
  height: 600px;
  position: relative;
}
.home_sec6_box .img img {
  width: 800px;
  max-width: inherit;
  position: absolute;
  left: 0;
}
.home_sec6_box .txt .ttl{
  font-size: 38px;
  margin-bottom: 35px;
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1.43;
  align-items: flex-end;
}
.home_sec6_box .txt .ttl .large{
  font-size: 69px;
  margin-bottom: -3px;
  letter-spacing: 0.1em;
}
.home_sec6_box .txt .ttl .large rt{
  font-size: 18px;
  padding: 0 1px;
}
.home_sec6_box .text{
  letter-spacing: 0.075em;
  line-height: 2.125;
}
.home_sec6_box .link_1{
  margin-top: 80px;
}
.home_sec6_box ruby[data-ruby]::before {
  right: -2.5em;
  top: -0.5em;
  letter-spacing: 0.6em;
}


@media only screen and (max-width:1220px){ 
  body{    
    padding-right: 55px;
  }

  .pg_home .section#sec1 .ttl {
    font-size: 20px;
    letter-spacing: 0.02em;
  }
  .home_sec2_box .img {
    height: auto;
  }
  .home_sec2_box .img img {
    width: 600px;
  }
  div[class*="home_sec3_box"] .ttl {
    font-size: 42px;
  }
  .home_sec6_box .txt {
    width: 505px;
    padding-right: 30px;
  }
  .home_sec6_box .img {
    width: calc(100% - 505px);
    height: auto;
  }
  .pg_home .section#sec6{
    padding-bottom: 30px;
  }
  .pg_home .section#sec3 .container:after {
    top: 330px;
    left: -35px;
  }
}

@media only screen and (max-width:1023px){
  .pg_home .section#sec1 .ttl {
    font-size: 22px;
  }
  .pg_home .section#sec1 .text{
    text-align: justify;
  }

  .pg_home .section#sec2{
    padding-top: 50px;
  }
  .home_sec2_box .img {
    width: 100%;
    margin-bottom: 50px;
  }
  .home_sec2_box .img img{
    width: 100%;
    position: inherit;
  }
  .home_sec2_box .txt {
    width: 100%;
    padding-left: 0;
  }
  .tt1 .en img{
    height: 56px;
  }
  .tt1 .ttl {
    font-size: 16px;
  }
  .home_sec3_box1 .txt {
    width: 100%;
    padding-right: 0;
  }
  .home_sec3_box1 .txt {
    width: 100%;
    padding-right: 0;
    order: 2;
  }
  .home_sec3_box1 .img {
    width: 100%;
    margin-bottom: 50px;
    order: 1;
  }
  .pg_home .section#sec3{
    padding: 50px 0 80px;
  }
  .pg_home .section#sec3 .tt1 {
    margin-bottom: 48px;
  }
  .home_sec3_box2 .img {
    width: 100%;
  }
  .home_sec3_box2 .txt {
    width: 100%;
    margin-top: 50px;
    height: auto;
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
  }
  .home_sec3_box2 .ttl {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .home_sec3_box3 .txt {
    width: 100%;
    margin-top: 0;
    order: 2;
  }
  .home_sec3_box3 .responsive_video {
    width: 100%;
    margin-bottom: 40px;
    order: 1;
  }
  .pg_home .section#sec3 .container:after {
    top: 760px;
    height: 870px;
  }
  .home_sec4_box .txt {
    width: 100%;
    margin-top: 0;
    padding-left: 0;
    order: 1;
  }
  .home_sec4_box .img {
    width: 100%;
    margin-top: 50px;
    height: auto;
    position: relative;
    order: 2;
  }
  .home_sec4_box .img img {
    width: 100%;
    position: inherit;
  }
  .home_sec4_box .txt {
    width: 100%;
    margin-top: 0;
    padding-left: 0;
  }
  .home_sec4_box {
    padding: 78px 0 70px;
  }
  .home_sec4_box .link_1 {
    margin-top: 35px;
  }
  .post_items .item .title {
    width: calc(100% - 125px - 135px);
    padding-left: 20px;
  }
  .pg_home .section#sec5 {
    padding: 50px 0;
  }
  .home_sec6_box .txt {
    width: 100%;
    padding-right: 0;
    order: 2;
  }
  .home_sec6_box .img {
    margin-bottom: 40px;
    width: 100%;
    order: 1;
  }
  .home_sec6_box .img img{
    width: 100%;
    position: inherit;
  }
  .home_sec6_box .link_1 {
    margin-top: 50px;
  }
}

@media only screen and (max-width:767px){ 
  body{    
    padding-right: 0;
  }
  .container {
    max-width: 100%;
  }
  .pg_home .section#sec1 {
    padding: 50px 0 40px;
  }
  .pg_home .section#sec1 .ttl {
    font-size: 18px;
    text-align: left;
    margin: 0;
  }
  .tt1 .en img {
    height: 28px;
  }
  .tt1 .ttl {
    font-size: 16px;
  }
  .tt1 .en:after {
    margin: 20px auto 18px;
  }
  .home_sec2_box .ttl {
    max-width: 360px;
    margin: 0 auto 30px;
  }
  .home_sec2_box .ttl1 {
    font-size: 22px;
  }
  .home_sec2_box .ttl1 span {
    font-size: 32px;
  }
  .home_sec2_box .ttl2 {
    margin-top: 20px;
    font-size: 36px;
    width: auto;
  }
  .home_sec2_box .ttl2 span {
    font-size: 54px;
    line-height: 1;
    display: inline-block;
  }
  ruby[data-ruby]::before{    
    right: -4.5em;
    font-size: 16px;
    letter-spacing: 2.5em;
  }
  .link_1{
    margin-top: 35px;
  }
  .link_1.right {
    margin-right: auto;
  }
  .link_1.left{
    margin-left: auto;
  }  
  .home_sec2_box .ttl2 rt{
    /*transform: translateY(15px);*/
  }
  .pg_home .section#sec3 .tt1 {
    margin-bottom: 35px;
  }
  div[class*="home_sec3_box"] .ttl{
    font-size: 33px;
  }
  .home_sec3_box1 .img {
    margin-bottom: 20px;
  }
  .home_sec3_box1 .ttl {
    margin-top: 0;
    margin-bottom: 18px;
  }
  .home_sec3_box1 .txt{
    position: relative;
  }
  .home_sec3_box1 .txt:after {
    content: "";
    width: 1000%;
    height: 140vw;
    background: #eeeeee;
    position: absolute;
    left: -10px;
    top: 100px;
    z-index: -1;
  }
  .home_sec3_box2 .txt {
    margin-top: 30px;
  }
  .home_sec3_box2 .text{
    padding-bottom: 0;
  }
  .home_sec3_box3 .responsive_video {
    margin-bottom: 20px;
  }
  .pg_home .section#sec3{
    padding-bottom: 50px;
  }
  .pg_home .section#sec3 .container:after {
    display: none;
  }
  .home_sec4_box {
    padding: 40px 0;
  }
  .home_sec4_box .ttl.mincho {
    font-size: 32px;
    text-align: center;
  }
  .home_sec4_box .link_1 {
    margin-top: 35px;
  }
  .pg_home .section#sec5 {
    padding: 0 0 50px;
  }
  .post_items .item {
    padding: 12px 5px;
  }
  .post_items .item .category {
    width: 145px;
    font-size: 12px;
  }
  .post_items .item .date {
    width: 105px;
  }
  .pg_home .section#sec6 {
    padding: 50px 0 30px;
  }
  .home_sec6_box .txt .ttl {
    font-size: 24px;
    text-align: center;
  }
  .home_sec6_box .txt .ttl p{
    text-align: left;
  }
  .home_sec6_box .txt .ttl .large {
    font-size: 48px;
    margin-bottom: -5px;
  }
  .home_sec6_box .link_1 {
    margin-top: 30px;
  }
  .home_sec6_box ruby[data-ruby]::before {
    right: -2em;
    letter-spacing: 0.3em;
  }

  .pagetop{
    right: 10px;
  }
  
  .post_items .item .title{
    padding-left: 0;
    margin-top: 10px;
  }
}



/* **********************************
 *  事業内容
 * ********************************* */
.pg_service {
  margin-top: -78px;
  padding-bottom: 25px;
}
.service_item .flex{
  position: relative;
  padding-left: 20px;
}
.service_item:nth-child(even) .flex{
  padding-left: 0;
  padding-right: 40px;
}
.service_item .flex:after{
  content: "";
  width: calc(100% - 95px);
  height: calc(100% - 5px);
  position: absolute;
  left: 0;
  top: 25px;
  background: #eeeeee;
  z-index: -1;
}
.service_item:nth-child(even) .flex:after{
  left: inherit;
  right: 0;
}
.service_item{
  padding-top: 78px;
}
.service_item .txt {
  width: 53%;
  padding-top: 38px;
  padding-right: 42px;
}
.service_item:nth-child(even) .txt{
  padding-right: 0;
  padding-left: 34px;
  order: 2;
}
.service_item .img {
  width: 47%;
  padding-right: 25px;
  display: flex;
  align-items: flex-start;
}
.service_item:nth-child(even) .img{
  padding-right: 0;
  padding-left: 20px;
  order: 1;
}
.service_ttl {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.075em;
}
.service_ttl:after {
  content: "";
  width: 160px;
  height: 2px;
  margin: 10px 0 22px;
  background: #2ba739;
  display: block;
}
.service_item .text{
  letter-spacing: 0.075em;
  text-align: justify;
  line-height: 2.125;
}
.service_item .en {
  font-size: 38px;
  margin-top: 25px;
  font-weight: 500;
  color: #bababa;
  line-height: 1.18;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.service_item:nth-child(even) .en{
  order: 1;
}
.service_item:nth-child(even) img{
  order: 2;
}

@media only screen and (max-width:1220px){ 
  .service_item .img img{
    width: 90%;
  }
  .service_item .en {
    font-size: 30px;
  }
}
@media only screen and (max-width:1023px){ 
  .pg_header {
    margin-bottom: 100px;
  }
  .pg_header .container {
    height: 310px;
  }
  .pg_header .ttl img {
    height: 46px;
  }

  .service_item .txt {
    width: 100%;
    padding-top: 38px;
    padding-right: 20px;
    order: 2;
  }
  .service_item .flex:after {
    width: 100%;
  }
  .service_item .img {
    width: 100%;
    padding: 0;
    order: 1;
    justify-content: center;
  }
  .service_item:nth-child(even) .img{
    padding-left: 0;
  }
  .service_item .flex{    
    padding-right: 0;
  }
  .service_item:nth-child(even) .flex {
    padding-right: 20px;
    padding-left: 0;
  }
  .service_item:nth-child(even) .txt{
    padding-right: 0;
    padding-left: 20px;
  }
  .service_item .en {
    margin-top: 45px;
  }
}
@media only screen and (max-width:767px){ 
  .pg_header {
    margin-bottom: 60px;
  }
  .pg_header .container {
    height: 200px;
  }
  .pg_header .ttl {
    font-size: 16px;
    margin-top: 60px;
  }
  .pg_header .ttl img {
    height: 26px;
  }
  .pg_header .ttl span:after {
    margin: 15px auto 10px;
  }
  .pg_service{    
    margin-top: -58px;
  }
  .service_item .txt {
    padding-top: 18px;
  }
  .service_item .en {
    font-size: 24px;
  }
  .service_ttl {
    font-size: 21px;
  }
  .service_item{
    padding-top: 58px;
  }

}



/* **********************************
 *  会社概要
 * ********************************* */
.company_ttl{
  margin-bottom: 16px;
  text-align: center;
}
.company_ttl .en{
  font-size: 46px;
  margin-bottom: 5px;
  padding-bottom: 15px;
  font-weight: 500;
  letter-spacing: 0.075em;
  position: relative;
  line-height: 1;
}
.company_ttl .en:after{
  content: "";
  width: 100%;
  height: 34px;
  background: #eeeeee;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.company_ttl .ttl{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.075em;
}
.pg_company .section#sec1{
  padding-bottom: 50px;
}
.pg_company .section#sec1 .text{
  text-align: center;
  letter-spacing: 0.075em;
  line-height: 2.125;
}
.pg_company .section#sec1 .box{
  padding: 35px 30px;
  margin-top: 45px;
  position: relative;
  background: #eeeeee;
  border-radius: 10px;
  text-align: center;
  letter-spacing: 0.075em;
  line-height: 2.125;
}
.pg_company .section#sec1 .box:before{
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px dashed #898989;
  border-radius: 10px;
  position: absolute;
  left: 10px;
  top: 10px;
  pointer-events: none;
}
.pg_company .section#sec2{
  padding: 65px 0;
}
.pg_company .section#sec2 .company_ttl{
  margin-bottom: 50px;
}

.company_tbl {
  margin-bottom: 50px;
  border-top: 1px solid #898989;
}
.company_tbl th,
.company_tbl td{
  padding: 15px 0;
  border-bottom: 1px solid #898989;
  letter-spacing: 0.075em;
}
.company_tbl th{
  width: 225px;
  padding-left: 20px;
  position: relative;
  text-align: left;
  font-weight: 400;
}
.company_tbl th:after{
  content: "";
  width: 1px;
  height: calc(100% - 12px);
  background: #898989;
  position: absolute;
  right: 0;
  top: 6px;
}
.company_tbl td{
  padding-left: 60px;
}
.company_tbl td ul{
  line-height: 2.125;
}
.pg_company .map iframe{
  width: 100%;
  height: 450px;
  border: 0;
}

.pg_company .section#sec3{
  padding: 45px 0 0;
}
.pg_company .section#sec3 .company_ttl{
  margin-bottom: 52px;
}

@media only screen and (max-width:1220px){ 

}
@media only screen and (max-width:1023px){ 
  .company_tbl th {
    width: 165px;
    padding-left: 15px;
  }
  .company_tbl td {
    padding-left: 30px;
  }
  .pg_company .map iframe{
    height: 350px;
  }
}
@media only screen and (max-width:767px){ 
  .pg_company .section#sec1 .text,
  .pg_company .section#sec1 .box{
    text-align: justify;
  }
  .pg_company .section#sec1 .box {
    padding: 25px 20px;
    margin-top: 25px;
  }
  .pg_company .section#sec1 {
    padding-bottom: 30px;
  }
  .pg_company .section#sec2 {
    padding: 35px 0;
  }
  .pg_company .section#sec2 .company_ttl {
    margin-bottom: 35px;
  }
  .company_tbl th,
  .company_tbl td {
    width: 100%;
    padding: 10px;
    display: block;
  }
  .company_tbl th{
    border-bottom: 0;
  }
  .company_tbl th:after{
    width: 30px;
    height: 1px;
    margin: 10px 0 0;
    position: inherit;
    right: inherit;
    left: 0;
    top: inherit;
    bottom: 0;
    display: block;
  }
  .company_tbl td{
    padding-top: 0;
  }
  .company_tbl {
    margin-bottom: 30px;
  }
  .pg_company .map iframe {
    height: 280px;
  }
  .company_ttl .en {
    font-size: 36px;
    padding-bottom: 5px;
    line-height: 1.3;
  }
  .company_ttl .en:after {
    height: 24px;
  }
  .company_ttl .ttl {
    font-size: 16px;
  }
  .pg_company .section#sec3 .company_ttl {
    margin-bottom: 32px;
  }
}



/* **********************************
 *  保有車両・設備紹介
 * ********************************* */
.pg_owned .section#sec1{
  padding-bottom: 50px;
}
.pg_owned .company_ttl{
  margin-bottom: 50px;
}
.owned_list{
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.owned_list .item{
  width: 33.33%;
  padding: 0 15px;
}
.owned_list .item:nth-child(n+4){
  margin-top: 60px;
}
.owned_list .img:before{
  content: "";
  padding-top: 80%;
  display: block;
}
.owned_list .txt{
  border-bottom: 1px solid #c9c9c9;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.owned_list dl{
  margin-top: 10px;
  padding-bottom: 5px;
  letter-spacing: 0.075em;
}
.owned_list dl:after{
  content: "";
  display: block;
  clear: both;
}
.owned_list dt{
  font-weight: 500;
  float: left;
}
.owned_list dd{
  float: right;
}

.pg_owned .section#sec2{
  padding-top: 65px;
}

@media only screen and (max-width:1220px){ 


}
@media only screen and (max-width:1023px){ 

  .owned_list{
    margin: 0 -8px;
  }
  .owned_list .item{
    width: 50%;
    padding: 0 8px;
  }
  .owned_list .item:nth-child(n+3){
    margin-top: 50px;
  }
}
@media only screen and (max-width:767px){ 
  .pg_owned .section#sec1 {
    padding-bottom: 30px;
  }
  .pg_owned .company_ttl {
    margin-bottom: 25px;
  }
  .owned_list .item:nth-child(n+3){
    margin-top: 30px;
  }
  .pg_owned .section#sec2 {
    padding-top: 35px;
  }
}


/* **********************************
 *  採用情報
 * ********************************* */
.pg_recruit .section#sec1{
  margin-top: -15px;
  padding-bottom: 50px;
  text-align: center;
}
.pg_recruit .section#sec1 .title {
  font-size: 48px;
  margin-bottom: 35px;
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1.5;
}
.pg_recruit .section#sec1 .text{
  font-size: 18px;
  letter-spacing: 0.075em;
  line-height: 2.111;
}

.pg_recruit .section#sec2{
  padding: 60px 0 70px;
}
.pg_recruit .section#sec2 .img{
  width: 45%;
  height: 614px;
  position: relative;
}
.pg_recruit .section#sec2 .img > img{
  width: 850px;
  max-width: inherit;
  position: absolute;
  right: 55px;
  top: 0;
}
.pg_recruit .section#sec2 .en{
  position: absolute;
  right: -5px;
  top: 0;
  z-index: 1;
}
.pg_recruit .section#sec2 .txt{
  width: 55%;
  padding-left: 40px;
  letter-spacing: 0.075em;
}
.pg_recruit .section#sec2 .ttl {
  font-size: 34px;
  margin-top: -10px;
  margin-bottom: 30px;
  font-weight: 500;
  line-height: 1.47;
  letter-spacing: 0.075em;
}
.pg_recruit .section#sec2 .text{
  line-height: 2.25;
  text-align: justify;
}
.pg_recruit .section#sec2 .link_1{
  width: 285px;
  padding: 12px 20px;
  margin-top: 142px;
}

.pg_recruit .section#sec3{
  padding: 50px 0 40px;
}
.recruit_sec3_box{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.recruit_sec3_box + .recruit_sec3_box{
  margin-top: 80px;
}
.recruit_sec3_box .img{
  width: 46%;
  max-width: 511px;
  position: relative;
}
.recruit_sec3_box:nth-child(even) .img{
  order: 1;
}
.recruit_sec3_box .img:after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 22px;
  top: 20px;
  border: 1px solid #b5b5b5;
  z-index: -1;
}
.recruit_sec3_box:nth-child(even) .img:after{
  left: inherit;
  right: 22px;
}
.recruit_sec3_box .txt{
  width: 54%;
  padding-right: 52px;
  padding-top: 68px;
}
.recruit_sec3_box:nth-child(even) .txt{
  order: 2;
}
.recruit_sec3_box .ttl{
  font-size: 34px;
  margin-bottom: 25px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.5;
}
.recruit_sec3_box .text{
  letter-spacing: 0.075em;
  line-height: 2.25;
  text-align: justify;
}
.recruit_sec3_box:nth-child(even) .txt{
  padding-right: 0;
  padding-left: 65px;
}
.link_1.long {
  max-width: 731px;
  width: 100%;
  padding: 14px;
  margin-top: 104px;
  display: block;
  text-align: center;
  position: relative;
}
.link_1.long:after{
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}

.pg_recruit .section#sec4{
  padding: 30px 0 60px;
  position: relative;
}
.pg_recruit .section#sec4:after{
  content: "";
  width: 100%;
  height: 328px;
  background: #eeeeee;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.pg_recruit .section#sec4 .company_ttl{
  margin-bottom: 50px;
}
.recruit_sec4_list{
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.recruit_sec4_list .item{
  width: 33.33%;
  padding: 0 15px;
  letter-spacing: 0.075em;
  display: flex;
}
.recruit_sec4_list .item > div{
  width: 100%;
  padding-bottom: 35px;
  box-shadow: 0 0 8px #b7b7b7;
  background: #ffffff;
}
.recruit_sec4_list .ttl{
  font-size: 24px;
  padding-bottom: 16px;
  margin: 25px 0 15px;
  font-weight: 500;
  text-align: center;
  background: url(/img/recruit/ttl_a1.svg) no-repeat center bottom;
}
.recruit_sec4_list .text{
  padding: 0 15px;
  line-height: 2.25;
  text-align: justify;
}

.pg_recruit .section#sec5{
  padding: 60px 0;
}
.pg_recruit .section#sec5 .img{
  width: 45%;
  height: 614px;
  position: relative;
}
.pg_recruit .section#sec5 .img > img{
  width: 850px;
  max-width: inherit;
  position: absolute;
  left: 55px;
  top: 0;
}
.pg_recruit .section#sec5 .en{
  position: absolute;
  left: 5px;
  top: 70px;
  z-index: 1;
}
.pg_recruit .section#sec5 .txt{
  width: 55%;
  padding-top: 110px;
  padding-right: 40px;
  letter-spacing: 0.075em;
}
.pg_recruit .section#sec5 .ttl {
  font-size: 34px;
  margin-bottom: 28px;
  font-weight: 500;
  line-height: 1.47;
  letter-spacing: 0.075em;
}
.pg_recruit .section#sec5 .text{
  line-height: 2.25;
  text-align: justify;
}
.pg_recruit .section#sec5 .link_1{
  padding: 12px 18px;
  margin-top: 28px;
  width: 285px;
}

.pg_recruit .section#sec6{
  padding: 50px 0;
}
.pg_recruit .section#sec6 .company_ttl{
  margin-bottom: 50px;
}
.pg_recruit .section#sec6 .center{
  text-align: center;
  letter-spacing: 0.075em;
}
.recruit_tbl{
  display: table;
  letter-spacing: 0.075em;
}
.recruit_tbl tr{
  border: 1px solid #b2b2b2;
}
.recruit_tbl th,
.recruit_tbl td{
  padding: 14px 20px;  
}
.recruit_tbl th{
  width: 310px;
  background: #eeeeee;
  text-align: left;
  font-weight: 400;
  vertical-align: top;
}
.recruit_tbl td{
  padding-left: 30px;
}

.pg_recruit .section#sec7{
  padding: 63px 0 0;
}
.pg_recruit .section#sec7 .company_ttl{
  margin-bottom: 50px;
}


@media only screen and (max-width:1220px){ 
  .pg_recruit .section#sec2 .img,
  .pg_recruit .section#sec5 .img{
    height: auto;
  }
  .pg_recruit .section#sec2 .img > img,
  .pg_recruit .section#sec5 .img > img{
    width: 500px;
  }
  .recruit_sec3_box .txt {
    padding-top: 30px;
  }
  .recruit_sec3_box .ttl {
    font-size: 26px;
  }
  .pg_recruit .section#sec2 .link_1 {
    margin-top: 102px;
  }
  .pg_recruit .section#sec5 .txt {
    padding-top: 50px;
    padding-right: 30px;
  }
  .pg_recruit .section#sec2 .en{
    right: 15px;
  }
  .pg_recruit .section#sec5 .en{
    left: 20px;
  }
  .pg_recruit .section#sec2 .en img,
  .pg_recruit .section#sec5 .en img{
    width: 50px;
  }
  .recruit_tbl th {
    width: 240px;
  }
  .contact_form th {
    width: 260px;
  }
  .recruit_sec4_list .ttl{
    font-size: 20px;
  }
}
@media only screen and (max-width:1023px){ 
  .pg_recruit .section#sec1 .title {
    font-size: 32px;
  }
  .pg_recruit .section#sec1 .text {
    font-size: 16px;
    margin: 0 -8px;
  }
  .pg_recruit .section#sec2 .img,
  .pg_recruit .section#sec5 .img{
    width: 100%;
    margin-bottom: 50px;
    order: 1;
    justify-content: center;
  }
  .pg_recruit .section#sec2 .img img,
  .pg_recruit .section#sec5 .img img{
    position: inherit;
    left: inherit;
    right: inherit;
  }
  .pg_recruit .section#sec2 .img > img,
  .pg_recruit .section#sec5 .img > img{
    width: calc(100% - 50px);
  }
  .pg_recruit .section#sec2 .en,
  .pg_recruit .section#sec5 .en{
    position: inherit;
  }
  .pg_recruit .section#sec2 .en {
    right: 0;
    margin-left: -10px;
  }
  .pg_recruit .section#sec2 .txt {
    width: 100%;
    padding-left: 0;
    order: 2;
  }
  .pg_recruit .section#sec2 .link_1 {
    margin-top: 62px;
  }
  .recruit_sec3_box .img{
    width: 100%;
    order: 1;
  }
  .recruit_sec3_box .txt{
    width: 100%;
    order: 2;
    padding-top: 50px;
    padding-right: 0;
  }
  .recruit_sec3_box{
    justify-content: center;
  }
  .recruit_sec3_box:nth-child(even) .txt{
    padding-left: 0;
  }
  .recruit_sec4_list .item {
    width: 50%;
  }
  .recruit_sec4_list{
    justify-content: center;
  }
  .recruit_sec4_list .item:nth-child(n+3){
    margin-top: 50px;
  }
  .recruit_sec4_list .ttl {
    font-size: 20px;
  }
  .pg_recruit .section#sec4:after {
    height: 728px;
  }
  .pg_recruit .section#sec5 .txt{
    width: 100%;
    padding-top: 20px;
    padding-right: 0;
    order: 2;
  }
  .pg_recruit .section#sec5 .en {
    left: 0;
    margin-right: -10px;
    top: 30px;
  }
  .recruit_tbl th {
    width: 200px;
  }

  /* **********************************
   *  お問い合わせ
   * ********************************* */
  .contact_form th {
    width: 250px;
  }
  .contact_form td .wpcf7-text{
    width: 100%;
  }
  .contact_form td [name="zipcode"]{
    width: 140px;
  }
  .contact_form th {
    width: 200px;
  }
  .contact_info .box2 .txt{
    margin: 15px 0 0;
  }
}
@media only screen and (max-width:767px){ 


  .contact_form th,
  .contact_form td{
    display: block;
    width: 100%;
    padding: 10px 10px;
  }
  .contact_form th{
  }
  .contact_form td{
  }
  .contact_form td [name="zipcode"]{
    width: 100px;
  }

  .contact_form .date .m,
  .contact_form .date .d{
    width: 90px;
  }
  .contact_form .date .m select,
  .contact_form .date .d select{
    width: calc(100% - 2em);
  }
  .contact_form .date .t{
    width: calc(100% - 180px - 10px);
  }
  .contact_form .date .t select{
    width: calc(100% - 3.5em);
  }

  .contact_form_btns input[type="submit"], 
  .contact_form_btns input[type="button"],
  .contact_form_btns button  {
    width: 48%;
    margin: 0 1%;
    font-size: 12px;
  }
  .contact_form_btns input[type="submit"]{

  }
  .contact_form_btns button {
    width: 30%;
  }

  .pg_recruit .section#sec1 .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .pg_recruit .section#sec1 .text {
    font-size: 15px;
    margin: 0;
    text-align: justify;
  }
  .pg_recruit .section#sec1{
    padding-bottom: 30px;
  }

  .pg_recruit .section#sec2 {
    padding: 30px 0 35px;
  }
  .pg_recruit .section#sec2 .img, 
  .pg_recruit .section#sec5 .img {
    margin-bottom: 30px;
  }
  .pg_recruit .section#sec2 .img > img, 
  .pg_recruit .section#sec5 .img > img{
    width: calc(100% - 40px);
  }
  .pg_recruit .section#sec2 .en img, 
  .pg_recruit .section#sec5 .en img{
    width: 30px;
  }
  .pg_recruit .section#sec2 .ttl,
  .pg_recruit .section#sec5 .ttl{
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .pg_recruit .section#sec2 .link_1 {
    margin-top: 42px;
  }

  .pg_recruit .section#sec3 {
    padding: 30px 0;
  }
  .recruit_sec3_box .img {
    width: calc(100% - 15px);
  }
  .recruit_sec3_box .img:after {
    left: 10px;
    top: 10px;
  }
  .recruit_sec3_box:nth-child(even) .img:after{
    right: 10px;
  }
  .recruit_sec3_box .txt {
    padding-top: 30px;
  }
  .recruit_sec3_box .ttl {
    font-size: 24px;
    margin-bottom: 15px;
    text-align: center;
  }
  .recruit_sec3_box + .recruit_sec3_box {
    margin-top: 40px;
  }
  .link_1.long {
    margin-top: 34px;
    text-align: left;
  }

  .pg_recruit .section#sec4 {
    padding: 30px 0 40px;
  }
  .pg_recruit .section#sec4 .company_ttl {
    margin-bottom: 30px;
  }
  .recruit_sec4_list {
    max-width: 350px;
    margin: 0 auto;
  }
  .recruit_sec4_list .item {
    width: 100%;
    padding: 0;
  }
  .recruit_sec4_list .item:nth-child(n+2){
    margin-top: 30px;
  }
  .pg_recruit .section#sec4:after {
    height: 328px;
  }

  .pg_recruit .section#sec5 {
    padding: 40px 0;
  }
  .pg_recruit .section#sec5 .txt {
    padding-top: 0;
  }

  .pg_recruit .section#sec6 {
    padding: 40px 0;
  }
  .pg_recruit .section#sec6 .company_ttl,
  .pg_recruit .section#sec7 .company_ttl{
    margin-bottom: 30px;
  }
  .recruit_tbl th,
  .recruit_tbl td{
    width: 100%;
    padding: 10px 15px;
    display: block;
  }

  .pg_recruit .section#sec7 {
    padding: 33px 0 0;
  }
  .contact_form .date select[name="birth_date_y"] {
    width: 91px;
  }
  .contact_form .date select {
    width: 62px;
  }
}

@media only screen and (max-width:413px){
  
  .pg_recruit .section#sec1 .title {
    font-size: 20px;
  }
  .recruit_sec3_box .ttl {
    font-size: 20px;
  }
}


/* **********************************
 *  採用インタビュー
 * ********************************* */
.pg_recruit_interview .section#sec1{
  padding-bottom: 30px;
}
.pg_recruit_interview .company_ttl{
  margin-bottom: 50px;
}
.interview_box .img {
  max-width: 736px;
  margin: 0 auto;
}
.interview_box .img:before{
  padding-top: 67%;
  display: block;
  content: "";
}
.interview_box .large{
  font-size: 34px;
  margin: 28px 0;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
  line-height: 1.5;
}
.interview_box .name{
  text-align: center;
  letter-spacing: 0.075em;
}
.interview_box .name p{
  min-width: 350px;
  font-size: 18px;
  padding: 0 35px;
  border-bottom: 1px solid #aca8a8;
  display: inline-block;
}
.interview_box .name p span{
  font-size: 28px;
  margin: 0 8px 0 20px;
}
.interview_box .text{
  font-size: 18px;
  margin-top: 30px;
  letter-spacing: 0.075em;
  text-align: justify;
  line-height: 2.1111;
}
.interview_box .faq .ttl + .text{
  margin-top: 8px;
}
.interview_box .faq{
  margin-top: 50px;
}
.interview_box .faq .ttl{
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.075em;
  position: relative;
}
.interview_box .faq .ttl:after{
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
  background: #aca8a8;
}
.interview_box .faq .ttl span{
  padding: 0 40px;
  display: inline-block;
  background: #ffffff;
}
.interview_box .link_1.long{
  margin-top: 70px;
}
.interview_box .link_1.long{
  margin-top: 65px;
  margin-bottom: -40px;
}

.pg_recruit_interview .section#sec2{
  padding: 40px 0;
}
.pg_recruit_interview .box1,
.pg_recruit_interview .box2{
  margin: 0 -15px;
}
.pg_recruit_interview .box1{
  margin-top: 67px;
}
.pg_recruit_interview .box1 .txt,
.pg_recruit_interview .box2 .txt{
  width: 50%;
  padding: 0 15px;
}
.pg_recruit_interview .box1 .img,
.pg_recruit_interview .box2 .img{
  width: 50%;
  padding: 0 15px;
}
.pg_recruit_interview .box1 .img:before,
.pg_recruit_interview .box2 .img:before{
  display: none;
}
.pg_recruit_interview .box1 .img div:before,
.pg_recruit_interview .box2 .img div:before{
  padding-top: 67%;
  display: block;
  content: "";
}
.pg_recruit_interview .box1 dl{
  padding: 0 15px 15px;
  border-bottom: 1px solid #aca8a8;
  display: flex;
  letter-spacing: 0.075em;
}
.pg_recruit_interview .box1 dl + dl{
  margin-top: 18px;
}
.pg_recruit_interview .box1 dt{
  /*width: 155px;*/
  width: 140px;
  font-weight: 700;
}
.pg_recruit_interview .box1 dd{
  /*width: calc(100% - 160px);*/  
  width: calc(100% - 140px);
  font-weight: 500;
}
.pg_recruit_interview .box2{
  margin-top: 40px;
}
.pg_recruit_interview .box2 .txt{
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.pg_recruit_interview .box2 .txt .inner{
  padding-bottom: 30px;
  position: relative;
  background: #eeeeee;
}
.pg_recruit_interview .box2 .txt .inner > div{
  margin-right: 75px;
  display: inline-block;
  text-align: left;
}
.pg_recruit_interview .box2 .ttl{
  font-size: 20px;
  margin: -20px 0 20px;
  font-weight: 500;
  letter-spacing: 0.075em;
}
.pg_recruit_interview .box2 .ttl:before{
  margin-right: 8px;
  content: "\f017";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
}
.pg_recruit_interview .box2 dl{
  font-size: 18px;
  display: flex;
  letter-spacing: 0.075em;
}
.pg_recruit_interview .box2 dl + dl{
  margin-top: 10px;
}
.pg_recruit_interview .box2 dt{
  width: 130px;
  font-weight: 700;
}
.pg_recruit_interview .box2 dd{
  font-weight: 500;
}
.interview_box + .interview_box{
  margin-top: 120px;
}

.pg_recruit_interview .section#sec3 {
  padding: 60px 0 0;
}

@media only screen and (max-width:1220px){ 
  .pg_recruit_interview .box1 dt {
    width: 115px;
  }
  .pg_recruit_interview .box1 dd {
    width: calc(100% - 115px);
  }
  .pg_recruit_interview .box2 .txt > div {
    margin-right: 0;
  }
}
@media only screen and (max-width:1023px){ 
  .interview_box .large {
    font-size: 24px;
  }
  .interview_box .name p {
    font-size: 16px;
  }
  .interview_box .name p span {
    font-size: 26px;
  }
  .interview_box .faq .ttl span {
    padding: 0 20px;
  }
  .pg_recruit_interview .box1 .txt, 
  .pg_recruit_interview .box2 .txt {
    width: 100%;
    order: 1;
  }
  .pg_recruit_interview .box1 .img, 
  .pg_recruit_interview .box2 .img {
    width: 100%;
    margin-top: 30px;
    order: 2;
  }
  .interview_box .link_1.long {
    margin-top: 45px;
  }
}
@media only screen and (max-width:767px){ 
  .pg_recruit_interview .company_ttl {
    margin-bottom: 30px;
  }
  .interview_box .large {
    font-size: 20px;
  }
  .interview_box .text {
    font-size: 16px;
    margin-top: 20px;
  }
  .interview_box .faq {
    margin-top: 30px;
  }
  .interview_box .faq .ttl {
    font-size: 18px;
  }
  .pg_recruit_interview .link_1.long {
    margin-top: 35px;
  }
  .pg_recruit_interview .box1 {
    margin-top: 37px;
  }
  .pg_recruit_interview .box1 dt {
    width: 85px;
  }
  .pg_recruit_interview .box1 dd {
    width: calc(100% - 85px);
  }
  .pg_recruit_interview .box2 .ttl {
    font-size: 18px;
  }
  .pg_recruit_interview .box2 dl {
    font-size: 16px;
  }
  .pg_recruit_interview .box2 dt {
    width: 90px;
  }
  .pg_recruit_interview .box1 .img, 
  .pg_recruit_interview .box2 .img{
    margin-top: 20px;
  }
  .interview_box + .interview_box {
    margin-top: 50px;
  }
  .pg_recruit_interview .section#sec3 {
    padding: 30px 0 0;
  }
  .interview_box .link_1.long {
    margin-top: 35px;
    margin-bottom: 0;
  }
}



/* **********************************
 *  お問い合わせ
 * ********************************* */
.pg_contact {
  margin-top: -30px;
}
.pg_contact .section#sec1{

}
.pg_contact .section#sec2{

}
.pg_contact .section#sec3{

}

.contact_tt{
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.2em;
  margin-bottom: 15px;
  font-weight: 500;
}



/* 連絡先 */
.contact_info{
  background: #f0f0f0;
  text-align: center;
  padding: 28px 25px 22px;
  margin-bottom: 40px;
}
.contact_info .box1{
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.14em;
}
.contact_info .box2{
  margin-top: 20px;
  background: #FFFFFF;
  padding: 22px 5px;
  line-height: 1;
}
.contact_info .box2 .icon{
  display: inline-block;
  font-size: 25px;
  font-weight: bolder;
  background: #2ba739;
  color: #FFFFFF;
  padding: 6px 18px;
  margin-right: 10px;
  vertical-align: middle;
  border-radius: 5px;
  letter-spacing: 0.08em;
}
.contact_info .box2 .tel{
  display: inline-block;
  font-size: 44px;
  font-weight: 500;
  vertical-align: middle;
}
.contact_info .box2 .tel a{
  display: block;
  letter-spacing: 0.02em;
}
.contact_info .box2 .txt{
  margin-bottom: 5px;
  display: inline-block;
  vertical-align: bottom;
  font-weight: 700;
  letter-spacing: 0.16em;
}

/* コンタクトフォーム */
.contact_form{
  width: 100%;
  border: 1px solid #b2b2b2;
}
.contact_form tr{
  border-bottom: 1px solid #b2b2b2;
}
.contact_form th,
.contact_form td{
  padding: 11px 15px 10px 20px;
  font-weight: normal;
  text-align: left;
}
.contact_form th{
  padding-top: 14px;
  background: #f0f0f0;
  width: 310px;
  letter-spacing: 0.08em;
  vertical-align: top;
}
.contact_form td{
  font-size: 15px;
  letter-spacing: 0.16em;
}
.contact_form th.vtop{
  vertical-align: top;
}
.contact_form th .require{
  margin-top: 3px;
  display: inline-block;
  padding: 1px 12px;
  color: #FFF;
  background: #b80000;
  font-size: 13px;
  font-weight: 900;
  float: right;
}

/* MW WP Formの規定クラス */
/* checkbox, radio */
.mwform_check_box_wrap{
  padding: 6px 0;
}
.mw_wp_form .mwform-radio-field.horizontal-item,
.mw_wp_form .mwform-checkbox-field.horizontal-item{
  display: inline-block;
  margin-left: 0;
  margin-right: 10px;
}

/**/
.mw_wp_form_confirm .addr_auto{
  display: none;
}
.mw_wp_form_confirm .addr_auto_box .zipcode i{
  background: none;
  padding: 0;
  font-size: inherit;
}

.contact_form dl{
  width: 100%;
  display: flex;
  align-items: center;
}
.contact_form dl + dl{
  margin-top: 10px;
}
.contact_form dl dt,
.contact_form dl dd{

}
.contact_form dl + p{
  margin-top: 5px;
  margin-bottom: 5px;
}

.contact_form dl.addr dt{
  width: 90px;
}
.contact_form dl.addr dd{
  width: calc(100% - 90px);

}
.contact_form .date {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.contact_form .date div{
  width: auto;
}
.contact_form .date div + div{
  margin-left: 8px;
}
.contact_form .date select{
  width: 82px;
  margin-right: 4px;
}
.contact_form .date .wide{
  width: 200px;
}
.contact_form .date .m,
.contact_form .date .d{
  width: 120px;
}
.contact_form .date .m select,
.contact_form .date .d select{
  width: calc(100% - 2em);
}
.contact_form .date .t{
  width: 150px;
}
.contact_form .date .t select{
  width: calc(100% - 5em);
}


.contact_form dl.addr dd{

}


.contact_form_addr{
  display: flex;
  align-items: center;
  margin: 0;
}
.contact_form_addr + .contact_form_addr{
  margin-top: 8px;
}
.contact_form_addr dt,
.contact_form_addr dd{
  margin: 0;
}
.contact_form_addr dt{
  width: 80px;
}
.contact_form_addr dd{
  width: calc(100% - 80px);
}

.contact_form_addr dd [name$="zipcode"]{
  width: 210px;
}
.contact_form_addr dd [name$="addr1"]{
  width: 210px;
}




.addr_auto_box{
  display: flex;
  align-items: center;
}
.addr_auto_box .zipcode{
  display: flex;
  flex-wrap: wrap;
}
.addr_auto_box .zipcode i{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  background: #cccccc;
  padding: 0 5px;
}
.addr_auto_box .zipcode input{

}

.addr_auto_box button{
  margin-left: 20px;
}


.contact_form td input ,
.contact_form td textarea ,
.contact_form td select {
  font-size: 15px;
  padding: 7px 10px;
  max-width: 100%;
  border: 1px solid #d6d8d8;
  border-radius: 0;
  letter-spacing: 0.16em;
}
.contact_form td textarea{
  height: 280px;
}
.contact_form td [name$="_zipcode"],
.contact_form td [name="zipcode"],
.contact_form td [name="addr1"]{
  width: 160px;
}
.contact_form td [name="addr1"]{
  width: 220px;
}
.contact_form td [name="addr2"]{
}

.contact_form .date select[name="birth_date_y"]{
  width: 145px;
}


.contact_form td .addr_auto{
  font-size: 14px;
  background: #f0f0f0;
  border: 1px solid #d6d8d8;
  margin-left: 10px;
  padding: 5px 15px;
  letter-spacing: 0.06em;
}


.contact_form_msg{
  margin-top: 10px;
  margin-bottom: 10px;
}

.pg_contact .contact_form_btns button {
  background: #2ba739;
}
.contact_form_btns button[name="submitBack"] {
  background: #a7a7a7;
}

/* 確認画面用 */



.contact_form_acceptance{
  font-size: 17px;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 40px;
}
.contact_form_acceptance a{
  color: #1a3e9b;
}
.contact_form_acceptance .mwform-checkbox-field.horizontal-item{
  margin-right: 0;
}


/* コンタクトフォーム - ボタン */
.contact_form_btns{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  padding: 30px 0 0;
}
.contact_form_btns input[type="submit"],
.contact_form_btns input[type="button"],
.contact_form_btns button{
  background: #b80000;
  color: #FFF;
  border: 0;
  padding: 12px 10px;
  width: 315px;
  margin: 0 10px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.contact_form_btns input[type="submit"][disabled],
.contact_form_btns input[type="button"][disabled]{
  background: #CCC;
}
.contact_form_btns button[type="reset"]{
  background: #CCC;
}
.contact_form_btns .ajax-loader{
  order: 10;
  width: 100% !important;
  margin-top: 10px !important;
  background-repeat: no-repeat;
  background-position: center;
}




/* **********************************
 *  プライバシーポリシー
 * ********************************* */
.pg_contact .privacy{
  padding-top: 50px;
  margin-top: 68px;
}

.privacy_tt{
  text-align: center;
  margin-bottom: 45px;
}
.privacy_tt h2{
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.privacy_tt br{
  display: none;
}
.privacy_tt .dots{
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.privacy_tt .dots i{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #c1c1c1;
  margin: 0 8px;
}

.privacy_items{

}
.privacy_items .item{
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.privacy_items .item + .item{
  margin-top: 30px;
}
.privacy_items .item h3{
  font-size: 18px;
  font-weight: 500;
  border-left: 6px solid #2ba739;
  padding-left: 15px;
  margin-bottom: 10px;
  line-height: 2.33;
}
.privacy_items .item .txt{
  line-height: 1.875;
}
.privacy_items .item ul{
  list-style: disc;
  margin-left: 2em;
  margin-top: 10px;
}
.privacy_items .item ul.latin{
  list-style: lower-latin;
}

.privacy_items .item ul li{

}
.privacy_items .item ol{
  margin-left: 2em;
  margin-top: 10px;
}


@media only screen and (max-width:1220px){ 
  .contact_info .box1 {
    font-size: 18px;
  }
  .contact_info .box2 .txt{

  }
}
@media only screen and (max-width:1023px){ 


  /* **********************************
   *  お問い合わせ
   * ********************************* */
  .contact_form th {
    width: 250px;
  }
  .contact_form td .wpcf7-text{
    width: 100%;
  }
  .contact_form td [name="zipcode"]{
    width: 90px;
  }
  .contact_form .date select[name="birth_date_y"] {
    width: 105px;
  }
  .contact_form .date select {
    width: 62px;
  }
  .contact_form th .require{
    margin-top: 0;
  }
}
@media only screen and (max-width:767px){ 

  /* **********************************
   *  お問い合わせ
   * ********************************* */
  .contact_info{
    padding: 10px;
  }
  .contact_info .box1{
    font-size: 16px;
  }
  .contact_info .box2{
    margin-top: 10px;
  }
  .contact_info .box2 .icon{
    font-size: 15px;
  }
  .contact_info .box2 .tel{
    font-size: 28px;
  }
  .contact_info .box2 .txt{
    width: 100%;
    margin: 10px 0 0 0;
  }
  .contact_tt {
    font-size: 22px;
  }

  .contact_form th,
  .contact_form td{
    display: block;
    width: 100%;
    padding: 10px 10px;
  }
  .contact_form th{
  }
  .contact_form td{
  }
  .contact_form td [name="zipcode"]{
    width: 100px;
  }
  .contact_form .date div{
    width: auto;
  }
  .contact_form .date .wide{
    width: 100%;
  }

  .contact_form .date .m,
  .contact_form .date .d{
    width: 90px;
  }
  .contact_form .date .m select,
  .contact_form .date .d select{
    width: calc(100% - 2em);
  }
  .contact_form .date .t{
    width: calc(100% - 180px - 10px);
  }
  .contact_form .date .t select{
    width: calc(100% - 3.5em);
  }

  .contact_form_btns input[type="submit"], 
  .contact_form_btns input[type="button"],
  .contact_form_btns button  {
    width: 48%;
    margin: 0 1%;
    font-size: 12px;
  }
  .contact_form_btns input[type="submit"]{

  }
  .contact_form_btns button {
    width: 30%;
  }
  .contact_form .date select[name="birth_date_y"]{
    width: 95px;
  }


  /* **********************************
   *  プライバシーポリシー
   * ********************************* */
  .pg_contact .privacy {
    padding-top: 30px;
    margin-top: 48px;
  }
  .privacy_tt{
    font-size: 18px;
    margin-bottom: 25px;
  }
  .privacy_tt h2 {
    font-size: 18px;
  }
  .privacy_tt br{
    display: inline;
  }
  .privacy_items .item h3{
    font-size: 15px;
  }
  .contact_form td .addr_auto {
    font-size: 12px;
    padding: 5px 8px;
  }
}


/* **********************************
 *  買取・売買について
 * ********************************* */
.pg_trade .service_ttl{
  margin-right: -25px;
  line-height: 1.35;
}
.pg_trade .service_ttl:after {
  margin: 20px 0 12px;
}
.pg_trade .service_item {
  padding-top: 0;
}
.pg_trade .service_item .txt {
  padding-top: 42px;
  padding-right: 28px;
}
.pg_trade .section#sec1{
  padding-bottom: 50px;
}
.pg_trade .section#sec1 .service_ttl .br{
  display: none;
}

.pg_trade .section#sec2{
  padding: 80px 0;
}
.pg_trade .section#sec2 .company_ttl{
  margin-bottom: 28px;
}
.trade_sec2_list{
  margin: 0 -15px;
}
.trade_sec2_list .item{
  width: 33.33%;
  padding: 0 15px;
  text-align: center;
}
.trade_sec2_list .item:nth-child(n+4){
  margin-top: 40px;
}
.trade_sec2_list .ttl{
  font-size: 22px;
  padding: 6px 0;
  font-weight: 500;
  letter-spacing: 0.075em;
  background: #dedede;
}

.pg_trade .section#sec3{
  padding: 30px 0;
}
.pg_trade .section#sec3 .company_ttl{
  margin-bottom: 50px;
}
.pg_trade .section#sec3 .recruit_sec3_box .txt {
  padding-top: 95px;
}

.pg_trade .section#sec4{
  padding-top: 100px;
}
.pg_trade .section#sec4 .company_ttl{
  margin-bottom: 50px;
}
.faq_list .item{
  border: 3px solid #eeeeee;
}
.faq_list .item + .item{
  margin-top: 30px;
}
.faq_list .ttl{
  font-size: 18px;
  padding: 14px 30px;
  padding-left: 85px;
  background: #eeeeee;
  font-weight: 500;
  letter-spacing: 0.075em;
  position: relative;
}
.faq_list .ttl:before{
  font-size: 30px;
  content: "Q";
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  letter-spacing: 0.075em;
  color: #000000;
  position: absolute;
  left: 22px;
  top: 0;
}
.faq_list .text{
  padding: 25px 20px 30px;
  padding-left: 85px;
  letter-spacing: 0.075em;
  position: relative;
}
.faq_list .text:before{
  font-size: 30px;
  content: "A";
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  letter-spacing: 0.075em;
  color: #bd0000;
  position: absolute;
  left: 22px;
  top: 10px;
}

@media only screen and (max-width:1220px){ 
  .pg_trade .section#sec3 .recruit_sec3_box .txt {
    padding-top: 65px;
  }
  .pg_trade .section#sec1 .service_ttl .br{
    display: block;
  }
}
@media only screen and (max-width:1023px){ 

  .trade_sec2_list .item {
    width: 50%;
  }
  .trade_sec2_list .item:nth-child(n+3) {
    margin-top: 30px;
  }
  .faq_list .ttl {
    font-size: 18px;
    padding: 14px 20px;
    padding-left: 65px;
  }
  .faq_list .text {
    padding: 25px 10px 30px;
    padding-left: 65px;
  }
}
@media only screen and (max-width:767px){ 

  .pg_trade .service_item .txt {
    padding-top: 22px;
    padding-right: 20px;
  }
  .pg_trade .section#sec1 {
    padding-bottom: 30px;
  }
  .pg_trade .section#sec2 {
    padding: 50px 0;
  }
  .trade_sec2_list{
    margin: 0 -8px;
  }
  .trade_sec2_list .item {
    padding: 0 8px;
  }
  .trade_sec2_list .ttl {
    font-size: 14px;
  }
  .trade_sec2_list .item:nth-child(n+3) {
    margin-top: 15px;
  }

  .pg_trade .section#sec3 .company_ttl,
  .pg_trade .section#sec4 .company_ttl{
    margin-bottom: 30px;
  }
  .pg_trade .section#sec3 .recruit_sec3_box .txt {
    padding-top: 30px;
  }
  .pg_trade .section#sec4 {
    padding-top: 30px;
  }

  .faq_list .ttl {
    font-size: 16px;
    padding: 14px 10px;
    padding-left: 45px;
  }
  .faq_list .ttl {
    font-size: 16px;
    padding: 14px 10px;
    padding-left: 45px;
  }
  .faq_list .ttl:before{
    top: 5px;
  }
  .faq_list .text {
    padding: 20px 10px 25px;
    padding-left: 45px;
  }
  .faq_list .ttl:before,
  .faq_list .text:before {
    font-size: 24px;
    left: 15px;
  }
}


/* **********************************
 *  SDGs
 * ********************************* */
.pg_sdgs {
  margin-top: -30px;
}
.pg_sdgs .section#sec1{
  padding-bottom: 70px;
}
.pg_sdgs .section#sec1 .tt1{
  margin-bottom: 55px;
}
.pg_sdgs .section#sec1 .text {
  margin-top: 50px;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-align: justify;
  line-height: 2.625;
}
.pg_sdgs .section#sec2{
  padding-top: 70px;
  padding-bottom: 25px;
}
.pg_sdgs .service_item{
  padding-top: 0;
}
.pg_sdgs .service_item + .service_item {
  padding-top: 88px;
}
.pg_sdgs .section#sec2 .service_item .txt {
  padding-right: 25px;
  padding-top: 48px;
}
.pg_sdgs .section#sec2 .service_item:nth-child(even) .flex{
  padding-right: 20px;
}
.pg_sdgs .section#sec2 .service_item:nth-child(even) .txt {
  padding-right: 0;
  padding-left: 23px;
}
.pg_sdgs .section#sec2 .service_item .flex:after{
  height: 100%;
}
.pg_sdgs .section#sec2 .tt1 {
  margin-bottom: 55px;
}
.pg_sdgs .section#sec2 .service_ttl{
  line-height: 1.35;
}
.pg_sdgs .section#sec2 .service_ttl:after {
  margin: 15px 0 20px;
}
.pg_sdgs .section#sec2 .service_ttl .br{
  display: none;
}

@media only screen and (max-width:1220px){ 

  .pg_sdgs .section#sec2 .service_ttl .br{
    display: block;
  }
}
@media only screen and (max-width:1023px){ 
  .pg_sdgs .section#sec2 .service_ttl .br{
    display: none;
  }
}
@media only screen and (max-width:767px){ 
  .pg_sdgs{
    margin-top: 0;
  }
  .pg_sdgs .section#sec1 .text {
    margin-top: 30px;
  }
  .pg_sdgs .section#sec1 {
    padding-bottom: 40px;
  }
  .pg_sdgs .section#sec2 {
    padding-top: 40px;
  }
  .pg_sdgs .section#sec2 .tt1 {
    margin-bottom: 35px;
  }
  .pg_sdgs .section#sec2 .service_item .txt {
    padding-right: 20px;
    padding-top: 28px;
  }
  .pg_sdgs .service_item + .service_item {
    padding-top: 68px;
  }
  .pg_sdgs .section#sec1 .tt1 {
    margin-bottom: 35px;
  }
  .pg_sdgs .section#sec2 .service_ttl .br{
    display: block;
  }
}
