@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{
  padding-top: 108px;
  font-family:  'Noto Sans JP', "游明朝体", "Yu Mincho", YuMincho, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.666;
  color: #181818;
}

/* 基本フォント: 明朝 */
/**/
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;
}
.outfit{
  font-family: 'Outfit', sans-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!important;
  }
  .sp:not(.pc){
    display: none!important;
  }
}
@media (min-width:768px) and (max-width:1023px){
  .pc:not(.tb){
    display: none!important;
  }
  .sp:not(.tb){
    display: none!important;
  }
}
@media (max-width:767px){
  .pc:not(.sp){
    display: none!important;
  }
  .tb:not(.sp){
    display: none!important;
  }
}

/* **********************************
 *  コンテナ
 * ********************************* */
.wrapper{
  overflow-x: hidden;
}
.container{
  width: 1220px;
  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: 110px;
  /*padding: 15px 0;*/
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.pg_header:before{
  content: "";
  width: 100%;
  height: 100%;
  background: #797979;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
  z-index: 0;
}
.pg_header .container{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 521px;
}

/* 共通の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{
  width: 100%;
  padding: 24px 80px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  background: #ffffff;
}
header .hdr1{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .hdr1 .hdr_logo img{
  width: 150px
}
header .hdr1 .hdr_contact{
  max-width: 1230px;
  width: 100%;
  padding-left: 50px;
}


/* **********************************
 *  グローバルナビ
 * ********************************* */
.gnav{
  width: 100%;
  background: #a48268;
  padding: 0 5px;
  border-radius: 30px;
}
.gnav > ul{
  width: 100%;
  padding: 0 70px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  /*font-size: 18px;*/
}
.gnav > ul > li{
  /*width: 100%;*/
  position: relative;
}
.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 li a{
  font-size: 15px;
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 13px 5px;
  letter-spacing: 0.1em;
  transition: 0.2s;
}
.gnav li a:hover{
  opacity: 0.7;
}
.gnav #menu-item-226{
  display: none;
}

.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;
  height: 780px;
  padding-top: 120px;
  background-image: url('/img/top/mv.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;

  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.mv .mv_box{

}
.mv .mv_box .txt{
  font-size: 32px;
}
.mv .mv_box .img{

}
.mv .mv_box .img img{

}

.mv_slider .txt{
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
  /*font-family: 'Outfit', sans-serif;*/
  /*filter: drop-shadow(0px 0px 4px #FFF);*/
  /*font-family: 'Mochiy Pop One', sans-serif;*/
  font-feature-settings: "palt";
  letter-spacing: 0.5em;
}
.mv_txt{
  filter: drop-shadow(0px 0px 4px #666);
  text-align: center;
}
.mv_txt1,
.mv_txt2{
  font-size: 74px;
  font-weight: 900;
  line-height: 1.5;
}
.mv_txt1{
  animation: anim1 3s forwards;  
}
.mv_txt2{
  animation: anim2 3s forwards;
}
@keyframes anim1 {
  0% {
    transform: translateX(-500px);
  }

  100% {
    transform: translateX(0);
  }
}
@keyframes anim2 {
  0% {
    transform: translateX(-800px);
  }

  100% {
    transform: translateX(80px);
  }
}

/* **********************************
 *  フッター
 * ********************************* */
footer{
  padding-top: 190px;
  background: #ffffff;
}

footer .ftr1{
  padding: 0 0 150px;
}
.ftr1_ttl,
.recruit_ttl{
  font-size: 42px;
  margin-bottom: 50px;
  font-weight: 900;
  letter-spacing: 0.075em;
  position: relative;
}
.ftr1_ttl:after,
.recruit_ttl:after{
  content: "";
  width: 1000%;
  height: 1px;
  background: #7d7d7d;
  position: absolute;
  left: 0;
  top: 50%;
}
.ftr1_ttl p,
.recruit_ttl .ttl{
  padding-right: 10px;
  background: #ffffff;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.ftr_contact_info .item{
  width: 50%;
  font-size: 15px;
  padding: 35px 0 25px;
  text-align: center;
  letter-spacing: 0.1em;
}
.ftr_contact_info .item:last-child{
  border-left: 1px solid #7d7d7d;
}
.ftr_contact_info i{
  height: 50px;
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ftr_contact_info .ttl{
  margin-bottom: 15px;
}
.ftr_contact_info .ttl:after{
  content: "";
  width: 60px;
  height: 1px;
  margin: 25px auto 15px;
  background: #7d7d7d;
  display: block;
}
.ftr_contact_info .tel{
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.11em;
}
.ftr_contact_info .form_link{
  max-width: 232px;
  font-size: 14px;
  margin: 30px auto 0;
  padding: 10px;
  background: #362e2b;
  color: #ffffff;
  display: block;
  font-weight: 500;
  text-align: center;
  border-radius: 10px;
}
.ftr1_last{
  margin-top: 60px;
  position: relative;
}
.ftr1_last:after{
  content: "";
  width: 1000%;
  height: 1px;
  background: #7d7d7d;
  position: absolute;
  right: 0;
  top: 50%;
}

footer .ftr_links {
  font-size: 15px;
  letter-spacing: 0.075em;
}
footer .ftr_links li{
  min-width: 185px;
  padding-top: 17px;
}
footer .ftr_links li:first-child{
  padding-top: 0;
}

footer .ftr2{
  padding: 50px 0 90px;
  background: url(/img/ftr_bg2.png) repeat-x left bottom #f7f6f6;
}
footer .ftr2 .box1{

}
.ftr_logo img{
  width: 200px;
}
footer .ftr2 .box2{
  margin: 20px 0 25px;
}
footer .ftr2 .box2 a{
  display: inline-block;
}
footer .ftr2 .box2 a + a{
  margin-left: 10px;
}
footer .ftr2 .address {
  font-size: 15px;
  letter-spacing: 0.075em;
}
footer .ftr2 .address p + p{
  margin-top: 17px;
}
footer .ftr2 .box3{
  justify-content: space-between;
}

footer .copy{
  text-align: center;
  font-size: 14px;
  padding: 5px 0 10px;
  letter-spacing: 0.075em;
}
footer .copy a{
  /*color: #111;*/
}


.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #362e2b;
  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: 0;
}
.footer_fix ul li{
  /*display: table-cell;*/
  text-align: center;
  /*vertical-align: middle;*/
}
.footer_fix ul li.btn1{
  width: 38%;
  border-right: 1px solid #2a2422;
}
.footer_fix ul li.btn2{
  width: 24%;
}
.footer_fix ul li a{
  display: block;
  padding: 10px 5px 8px;
  background: #362e2b;
  color: #FFF;
  text-decoration: none;
}
.footer_fix ul li a i{
  font-size: 20px;
  display: block;
}


/* 検索フォーム */
.pg_404{
  text-align: center;
}
.pg_404 p{
  letter-spacing: 0.075em;
}
.back_404{
  width: 271px;
  font-size: 14px;
  margin: 80px auto 0;
  padding: 20px;
  background: #a48268;
  color: #ffffff;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: block;
}

@media (max-width:767px){

  .back_404{
    margin: 50px auto 0;
  }
}

.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: 10px;
  padding-right: 60px;
  border-top: 1px solid #7d7d7d;
  display: flex;
  align-items: center;
  position: relative;
  letter-spacing: 0.075em;
}
.post_items .item:last-child{
  border-bottom: 1px solid #7d7d7d;
}
.post_items .item .img{

}
.post_items .item .date{
  width: 160px;
  padding: 8px 0;
  border-left: 1px solid #7d7d7d;
  text-align: center;
}
.post_items .item .category{
  width: 169px;  
}
.post_items .item .category span{
  display: block;
  padding: 3px;
}
.post_items .item .title{
  width: calc(100% - 169px - 160px);
  padding-left: 10px;
  font-weight: 500;
  /*width: -moz-available;
  width: -webkit-fill-available;
  width: available;*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.post_items .item .title a{
  display: block;
  position: relative;
  padding-right: 1em;
}
.post_items .item:after{
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.post_items .item.single_item{
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  border-top: 15px solid #a48268;
  border-bottom: 1px solid #a48268;
  border-left: 1px solid #a48268;
  border-right: 1px solid #a48268;
}
.post_items .item.single_item:after{
  display: none;
}
.post_items .item.single_item .meta{
  display: flex;
  align-items: center;
  width: 100%;
}
.post_items .item.single_item .title{
  width: 100%;
  font-size: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #CCC;
}
.post_items .item.single_item .content{
  width: 100%;
  margin-top: 20px;
  padding-bottom: 20px;
}
.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 .item.single_item .category{
  width: auto;
}
.post_items .item.single_item .date{
  padding-left: 0;
  width: auto;
  border-left: 0;
  
}

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

/* ページ送り(一覧) */
.pagination{
  text-align: center;
  margin-top: 115px;
}
.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: 4px 13px;
  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: #a48268;
  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: 10px;
  bottom: 60px;
  z-index: 5;
}
.pagetop a{
  display: block;
  font-size: 0;
  width: 42px;
  height: 42px;
  text-align: center;
  color: #a48268;
}
.pagetop a i{
  font-size: 40px;
}

/* コンタクトフォーム */
.contact_info{
  padding: 32px 20px 35px 10px;
  margin: 75px 0 95px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #7d7d7d;
  border-bottom: 1px solid #7d7d7d;
  flex-wrap: wrap;
}
.contact_info .flex{
  align-items: center;
}
.contact_info .icon{
  margin-right: 30px;
}
.contact_info .ttl{
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.14em;
}
.contact_info .tel{
  font-size: 48px;
  margin-left: 30px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #393431;
}
.contact_info .tel a{
  display: block;
}
.contact_info .txt{
  display: inline-block;
  vertical-align: bottom;
  margin-left: 10px;
  letter-spacing: 0.16em;
  font-weight: 700;
}

.contact_form{
  width: 100%;
  border: 1px solid #b2b2b2;
}
.contact_form tr{
  border-bottom: 1px solid #b2b2b2;
}
.contact_form th,
.contact_form td{    
  padding: 10px 20px;
  font-weight: normal;
  text-align: left;
}
.contact_form th{
  width: 340px;
  padding: 15px 13px 15px 20px;
  vertical-align: top;
  letter-spacing: 0.1em;
  background: #a48268;
  color: #ffffff;
}
.contact_form th .require{
  display: inline-block;
  padding: 0 10px 0 12px;
  color: #FFF;
  background: #b80000;
  font-size: 13px;
  font-weight: normal;
  float: right;
  font-weight: 900;
}
.contact_form td{
  font-size: 15px;
  letter-spacing: 0.16em;
}
.contact_form dl{
  width: 100%;
  display: flex;
  align-items: center;
}
.contact_form dl + dl{
  margin-top: 8px;
}
.contact_form dl dt,
.contact_form dl dd{

}

.contact_form dl.addr dt{
  width: 75px;
}
.contact_form dl.addr dd{
  width: calc(100% - 75px);
}
.contact_form dl.date {
  align-items: flex-start;
}
.contact_form dl.date dt{
  width: 90px;
}
.contact_form dl.date dt + dt{
  margin-left: 5px;
}
.contact_form dl.date dt select{
  width: 100%;
}
.contact_form dl.date dt.wide{
  width: 200px;
}
.contact_form dl.addr dd{

}


.contact_form td .wpcf7-form-control-wrap{
  display: block;
}
.contact_form td .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  margin-top: 5px;
}
.contact_form td [type="text"],
.contact_form td [type="email"],
.contact_form td select,
.contact_form td textarea{
  font-size: 15px;
  padding: 8px 10px;
  max-width: 100%;
  border: 1px solid #CCC;
  border-radius: 0;
  letter-spacing: 0.16em;
}
.contact_form td .wpcf7-checkbox,
.contact_form td .wpcf7-radio{
  border: 0;
}
.contact_form td .checkbox{    
  padding: 10px 12px 5px;
}
.contact_form td [type="text"],
.contact_form td [type="email"]{
  width: 462px;
  max-width: 100%;
}
.contact_form td textarea {
  width: 100%;
  height: 280px;
}
.contact_form td textarea[name="qualifications"],
.contact_form td textarea[name="jobs"]{
  height: 150px;
}
.contact_form td [type="file"]{
  padding: 10px 0;
  border: 0;
}
.contact_form td .wpcf7-file + .wpcf7c-conf{
  width: 100%;
  border: 1px solid #398f14;
}
.contact_form td [name="zipcode"],
.contact_form td [name="addr1"]{
  width: 165px;
}
.contact_form td [name="your-tel[data][0]"],
.contact_form td [name="your-tel[data][1]"],
.contact_form td [name="your-tel[data][2]"]{
  width: 100px;
}
.contact_form td [name="addr1"]{
  width: 225px;
}
.contact_form td [name="addr2"]{
  width: 425px;
}
.contact_form td .form-control-wrap.zipcode{
  display: flex;
  align-items: stretch;
}
.contact_form td .form-control-wrap.zipcode:before{
  vertical-align: top;
  content: "〒";
  background: #CCC;
  width: 25px;
  padding: 0;
  margin: 0;
  border: 1px solid #CCC;
  border-right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

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

.contact_form td .wpcf7-checkbox, 
.contact_form td .wpcf7-radio{
  display: block;
}
.contact_form span.wpcf7-list-item{
  margin: 0 1em 0 0;
}
.contact_form td .mwform-checkbox-field label{
  letter-spacing: 0.16em;
  color: #000000;
  display: inline-block;
}
.contact_form .mwform-checkbox-field input, 
.contact_form .mwform-radio-field input{
  margin-right: 0;
}
.mw_wp_form .contact_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.mw_wp_form .contact_form .horizontal-item:not(:last-child){
  margin-right: 11px;
}

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

/* 確認画面用 */

.contact_form_acceptance{
  font-size: 17px;
  text-align: center;
  margin-top: 43px;
  letter-spacing: 0.075em;
  color: #000000;
}
.contact_form_acceptance a{
  color: #1a3e9b;
}
.contact_form_acceptance span.wpcf7-list-item{
  margin: 0;
}
.contact_form_acceptance .mwform-checkbox-field-text{
  display: none;
}
.mw_wp_form_preview .contact_form_acceptance .check_hide{
  display: none;
}

/* コンタクトフォーム - ボタン */
.contact_form_btns{
  text-align: center;
  padding: 30px 0 0;
}
.contact_form_btns input[type="submit"],
.contact_form_btns input[type="button"]{
  padding: 15px;
  width: 314px;
  margin: 0 10px;
  font-size: 18px;
  background: #a48268;
  color: #FFF;
  border: 0;
  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 input.wpcf7-confirm{

}
.contact_form_btns input[type="submit"].back{
  background: #CCC;
}
.contact_form_btns input.wpcf7-submit{
  background: #398f14;
}


/* サイトマップ */
.sitemap_items{
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.sitemap_items .item{
  width: 25%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.sitemap_items .item h4{
  border: 1px solid #d3d3d3;
  border-bottom: 5px solid #d3d3d3;
}
.sitemap_items .item h4 a{
  display: block;
  padding: 20px 15px;
}
.sitemap_items .item ul{
}
.sitemap_items .item ul li{
  border-bottom: 1px dashed #d3d3d3;
  position: relative;
}
.sitemap_items .item ul li:before{
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sitemap_items .item ul li a{
  display: block;
  padding: 5px 10px 5px 20px;
}


/* プライバシーポリシー */
.privacy_tt{
  text-align: center;
  margin-bottom: 30px;
}
.privacy_tt h2{
  font-size: 23px;
  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;
}
.privacy_items .item + .item{
  margin-top: 40px;
}
.privacy_items .item h3{
  font-size: 18px;

  border-left: 6px solid #bbbbbb;
  padding-left: 15px;
  margin-bottom: 10px;
  line-height: 2.33;
  letter-spacing: 0.075em;
}
.privacy_items .item .txt{
  letter-spacing: 0.075em;
  text-align: justify;
}
.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;
}


.breadcrumb{
  display: flex;
  list-style: none;
  margin-bottom: 20px;
  font-size: 14px;
  overflow-x: auto;
}
.breadcrumb li{
  display: inline;
  white-space: normal;
}
.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{
}

.tt1{
  font-size: 48px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.075em;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.tt1 span{
  display: block;
  text-align: center;
  font-size: 14px;
}

.tt2{

}
.tt2 span{

}
.tt3{

}
.tt3 span{

}
.tt4{

}
.tt4 span{

}
.tt5{

}
.tt5 span{

}

h1, h2, h3, h4, h5, h6{
  font-feature-settings: "palt";
}

/* 詳しく見る サンプル */
.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%);
}



/* **********************************
 *  会社概要
 * ********************************* */
.pg_company{

}
.pg_company .section#sec1{

}
.pg_company .section#sec2{

}
.pg_company .section#sec3{

}

/* **********************************
 *  Home
 * ********************************* */

.pg_home .section#sec1{
  padding-bottom: 65px;
}
.flex{
  display: flex;
  flex-wrap: wrap;
}
.pg_home .section#sec1 .txt{
  width: 55.8%;
  padding-top: 15px;
  letter-spacing: 0.075em;  
}
.pg_home .section#sec1 .ttl{
  font-size: 42px;
  padding: 5px 0 0;
  margin-bottom: 42px;
  font-weight: 900;
  font-feature-settings: "palt";
  letter-spacing: 0.075em;
  line-height: 1.42;
}
.pg_home .section#sec1 .text{
  line-height: 2;
  text-align: justify;
}
.pg_home .section#sec1 .img{
  width: 44.2%;
  margin-top: -22px;
  animation-delay: 0.4s;
}
.pg_home .section#sec1 .en_box{    
  width: 65%;
  height: 260px;
  position: relative;
  z-index: 1;
}
.pg_home .section#sec1 .en_box .outfit{
  font-size: 153px;
  position: absolute;
  right: -43%;
  bottom: -50px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #f7f6f6;
  line-height: 1;
  z-index: 1;
  mix-blend-mode: difference;
}
.pg_home .section#sec1 .en_box .bg{
  height:100%;
  width:100%;
  mix-blend-mode: screen;
  position:absolute;
  top:0px;
  left:0px;  
  background-color: #f7f6f6;
  z-index: 2;
}

.pg_home .section#sec2{
  padding: 80px 0 0;
  position: relative;
}
.tt2,
.news_ttl{
  margin-bottom: 70px;
  position: relative;
  z-index: 1;
}
.tt2:before,
.news_ttl:before{
  content: "";
  width: 1000%;
  height: 8px;
  background: #f7f6f6;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.tt2 .ttl{
  font-size: 42px;
  padding-right: 20px;
  font-weight: 900;
  letter-spacing: 0.075em;
  display: inline-block;
  background: #ffffff;
  position: relative;
  z-index: 1;
}
.pg_home .service_list{
  margin: 0 -28px;
  justify-content: center;
  text-align: center;
}
.pg_home .service_list .item{
  width: 33.33%;
  padding: 0 28px;
  letter-spacing: 0.075em;
  animation-delay: 0.2s;
}
.service_list .item:nth-child(n+4){
  margin-top: 45px;
}
.pg_home .service_list .img{
  position: relative;
  max-width: 360px;
  margin: 0 auto;
}
.pg_home .service_list .img.comingsoon{
  filter: grayscale(1);
}
.pg_home .service_list .img.comingsoon{
  
}
.pg_home .service_list .img .comingsoon{
  font-size: 26px;
  font-weight: 700;
  color: #FFF;
  filter: drop-shadow(0px 0px 6px #000);
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.pg_home .service_list .img:before{
  padding-top: 72%;
  content: "";
  display: block;
}
.pg_home .service_list .img:after{
  content: "";
  width: 100%;
  height: 100%;
  background: url(/img/service/service_img_frame.png?2) no-repeat center / 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.pg_home .service_list .ttl {
  font-size: 18px;
  padding: 8px 0;
  margin-bottom: 10px;
  font-weight: 500;
  border-bottom: 1px dotted;
}
.pg_home .service_list .text {
  font-size: 15px;
}
.text-right{
  text-align: right;
}
.pg_home .section#sec2{
  background: #ffffff;
}
.pg_home .section#sec2 .text-right{
  margin-top: 95px;
  position: relative;
}
.pg_home .section#sec2 .text-right:after{
  content: "";
  width: 1000%;
  height: 8px;
  right: 0;
  bottom: 20px;
  background: #f7f6f6;
  position: absolute;
  z-index: -1;
}
.link_1{
  font-size: 18px;
  padding-left: 30px;
  display: inline-block;
  letter-spacing: 0.075em;
  background: #ffffff;
  position: relative;
  z-index: 1;
}
.link_1:after{
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 53px;
  height: 40px;
  background: url(/img/top/read_more1.png) no-repeat center / contain;
}
.service_en{
  font-size: 153px;
  margin-top: 5px;
  margin-bottom: -25px;
  letter-spacing: 0.11em;
  font-weight: 700;
  color: #f7f6f6;
  line-height: 0.8;
  position: absolute;
  left: 95px;
  bottom: 45px;
}

.pg_home .section#sec3{
  padding: 130px 0 0;
  position: relative;
  background: #ffffff;
}
.news_ttl{
  margin-bottom: 38px;
}
.news_ttl:before{
  background: #ffffff;
}
.news_ttl .ttl{
  font-size: 42px;
  padding-right: 20px;
  font-weight: 900;
  letter-spacing: 0.075em;
  display: inline-block;
  background: #f7f6f6;
  position: relative;
  z-index: 1;
}
.pg_home .section#sec3 .container{
  padding: 35px 10px 45px;
  position: relative;
}
.pg_home .section#sec3 .container:after{
  content: "";
  width: 1000%;
  height: 100%;
  position: absolute;
  left: -30px;
  top: 0;
  background: #f7f6f6;
  border-radius: 0 0 0 80px;
  z-index: -1;
}
.pg_home .section#sec3 .text-right{
  margin-top: 35px;
}
.pg_home .section#sec3 .link_1{
  background: #f7f6f6;  
}

.pg_home .section#sec4{
  height: 788px;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(/img/top/pararax2.jpg?2);
}

.pg_home .section#sec5 {
  padding: 120px 0 150px;
  position: relative;
  background: #ffffff;
}
.staff_en {
  font-size: 153px;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #f7f6f6;
  position: absolute;
  right: 135px;
  top: -8px;
  font-weight: 900;
}
.staff_ttl{
  margin-bottom: 45px;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.staff_ttl .ttl{
  font-size: 42px;
  font-weight: 900;
  letter-spacing: 0.075em;
}
.staff_ttl .insta{
  font-size: 18px;
  align-items: center;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.staff_ttl .insta p{
  margin-right: 12px;
}
.staff_list{
  padding: 0 20px;
  position: relative;
}
.staff_arrow {
  width: 36px;
  height: 36px;
  border: 1px solid #7d7d7d;
  border-radius: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 41%;
  transform: translateY(-50%);
  cursor: pointer;
}
.staff_arrow_left{
  left: 0;
}
.staff_arrow_right{
  right: 0;
}
.staff_list .item{
  text-align: center;
  letter-spacing: 0.075em;
  line-height: 1.625;
}
.staff_list .illust{
  height: 234px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.staff_list .illust img{
  max-width: none;
  height: 100%;
}
.pg_home .section#sec5 .link_1{
  margin-top: 45px;
}
.recruit_bnr {
  padding: 47px;
  margin-top: 74px;
  border: 6px solid #a48268;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.recruit_bnr span{
  width: 310px;
  font-size: 28px;
  padding: 10px;
  margin-right: 60px;
  background: #d1cbc1;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
.recruit_bnr p{
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.pg_home .section#sec6{
  background: #ffffff;
}
.pg_home .section#sec6 .container{
  position: relative;
}
.pg_home .section#sec6 .container:after{
  content: "";
  width: 1000%;
  height: calc(100% + 20px);
  position: absolute;
  right: -30px;
  top: 25px;
  background: #f7f6f6;
  border-radius: 0 0 80px 0;
  z-index: 0;
}
.pg_home .section#sec6 .txt{
  width: 50%;
  padding: 60px 35px 0 0;
  position: relative;
  z-index: 1;
}
.pg_home .section#sec6 .map{
  width: 50%;
  position: relative;
  z-index: 2;
}
.pg_home .section#sec6 .map .inner{
  width: 960px;
}
.pg_home .section#sec6 .map .inner iframe{
  width: 100%;
}
.pg_home .section#sec6 .news_ttl{
  margin-bottom: 5px;
}
.ov_item{
  font-size: 15px;
  padding: 15px 0 6px;
  border-bottom: 1px dotted;
  display: flex;
  /*letter-spacing:*/ 
}
.ov_item dt{
  width: 85px;
  letter-spacing: 0.075em;
  font-weight: 500;
}
.ov_item dd{
  line-height: 1.4;
}
.ov_item dd p + p{
  margin-top: 8px;
}
.pg_home .section#sec6 .link_1 {
  margin-top: 35px;
  background: #f7f6f6;
  padding-left: 0;
}

.animated + .animated{
  /*animation-delay: 0.2s;*/
}

@media only screen and (max-width:1220px){
  .mv{
    height: 600px;
  }
  .service_en{
    left: 10px;
  }
  .staff_list {
    padding: 0 40px;
  }
  .staff_en{
    right: 10px;
  }
  .pg_home .section#sec4 {
    height: 588px;
  }
  .pg_home .section#sec6 .txt{
    padding-right: 15px;
  }
  .pg_home .section#sec6 .map .inner {
    width: 620px;
  }

  .mv{    
    padding-top: 80px;
  }
  .mv_txt1,
  .mv_txt2{
    font-size: 64px;
  }
  .mv_slider .txt{
    /*top: 80px;*/  
  }
}

@media only screen and (max-width:1023px){
  .mv{
    height: 450px;
    padding-top: 50px;
  }
  .mv_txt1,
  .mv_txt2{
    font-size: 54px;
  }
  .mv_slider .txt{
    /*top: 50px;*/  
  }
  .pg_home .section#sec1 .en_box {
    height: 150px;
  }
  .pg_home .section#sec1 .en_box .outfit {
    font-size: 103px;
    bottom: -35px;
  }
  .pg_home .section#sec1 .ttl {
    font-size: 32px;
  }
  .pg_home .section#sec2 {
    padding: 40px 0 0;
  }
  .service_en,
  .staff_en{
    font-size: 103px;
  }
  .pg_home .section#sec3 {
    padding: 100px 0 0;
  }
  .post_items .item .category{
    width: 130px;
  }
  .post_items .item .title {
    width: calc(100% - 130px - 160px);
  }
  .pg_home .section#sec4 {
    height: 488px;
  }
  .staff_en{
    top: 5px;
  }
  .recruit_bnr {
    padding: 37px 0;
  }
  .recruit_bnr span {
    width: 290px;
    margin-right: 40px;
  }
  .pg_home .section#sec6 .map .inner {
    width: 520px;
  }
  .pg_home .section#sec5{
    padding-bottom: 100px;
  }
}

@media only screen and (max-width:767px){
  .mv {
    height: 250px;
  }
  .mv_txt1,
  .mv_txt2{
    font-size: 28px;
  }
  @keyframes anim1 {
    0% {
      transform: translateX(-500px);
    }

    100% {
      transform: translateX(0);
    }
  }
  @keyframes anim2 {
    0% {
      transform: translateX(-800px);
    }

    100% {
      transform: translateX(30px);
    }
  }
  .pg_home .section#sec1 .en_box {
    height: 100px;
  }
  .pg_home .section#sec1 .en_box .outfit {
    font-size: 50px;
    bottom: -25px;
  }
  .pg_home .section#sec1 .txt {
    width: auto;
    padding-top: 30px;
  }
  .pg_home .section#sec1 .img {
    width: auto;
    margin-top: 20px;
  }
  .pg_home .section#sec1 .ttl {
    font-size: 24px;
    margin-bottom: 22px;
  }
  .pg_home .section#sec1 .container{
    justify-content: center;
  }
  .pg_home .section#sec1 {
    padding-bottom: 35px;
    position: relative;
    background: #ffffff;
  }
  .tt2,
  .news_ttl {
    margin-bottom: 30px;
  }
  .tt2 .ttl,
  .news_ttl .ttl,
  .staff_ttl .ttl{
    font-size: 28px;
  }
  .pg_home .service_list {
    margin: 0;
  }
  .pg_home .service_list .item {
    max-width: 355px;
    width: 100%;
    padding: 0;
  }
  .pg_home .service_list .item + .item{
    margin-top: 30px;
  }
  .pg_home .service_list .img{
    max-width: 250px;
  }
  .service_en, 
  .staff_en{
    font-size: 50px;
    letter-spacing: 0.05em;
  }
  .link_1 {
    font-size: 16px;
    padding-left: 10px;
  }
  .pg_home .section#sec2 .text-right {
    margin-top: 65px;
  }
  .link_1:after{    
    width: 38px;
    height: 24px;
  }
  .service_en{
    bottom: 35px;
  }
  .pg_home .section#sec2 .text-right:after{
    bottom: 10px;
  }
  .pg_home .section#sec3 {
    padding: 70px 0 0;
    position: relative;
  }
  .post_items .item{
    padding-right: 40px;  
  }
  .post_items .item:after {
    right: 12px;
  }
  .post_items .item .category {
    width: 95px;
  }
  .post_items .item .date {
    width: 140px;
    padding: 0;
  }
  .post_items .item .title{
    padding: 0;
    margin-top: 5px;
  }
  .pg_home .section#sec4 {
    height: 480px;
    background: 0;
    position: relative;
  }
  .pg_home .section#sec4 .sp:after{
    content: "";
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/img/top/pararax2.jpg?2);
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .pg_home .section#sec5 {
    padding: 60px 0 50px;
  }
  .staff_ttl .insta {
    font-size: 16px;
    width: 100%;
    justify-content: flex-end;
  }
  .staff_ttl .insta img{
    width: 35px;
  }
  .staff_ttl {
    margin-bottom: 25px;
  }
  .recruit_bnr{
    margin-top: 44px;
    padding: 20px;
    text-align: center;
  }
  .recruit_bnr span{
    font-size: 24px;
    margin: 0 auto 15px;
  }
  .recruit_bnr p {
    font-size: 20px;
  }
  .pg_home .section#sec6 .txt {
    width: 100%;
  }
  .pg_home .section#sec6 .text-left{
    text-align: center;
  }
  .pg_home .section#sec6 .link_1{
    margin-bottom: 35px;
  }
  .pg_home .section#sec6 .map {
    width: 100%;
  }
  .pg_home .section#sec6 .map .inner{
    width: 100%;
  }
  .pg_home .section#sec6 .map .inner iframe{
    height: 300px;
  }
  .pg_home .section#sec3 .container:after{
    border-radius: 0;
  }
}


/* **********************************
 *  事業案内
 * ********************************* */
.pg_service .service_ttl{
  width: 445px;
  font-size: 24px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-weight: 700;
  letter-spacing: 0.075em;
  position: relative;
}
.pg_service .service_ttl:after{
  content: "";
  width: 1000%;
  height: 8px;
  background: #f7f6f6;
  position: absolute;
  right: 0;
  bottom: 0;
}
.pg_service .service_list .item{
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.pg_service .service_list .item:last-child{
  margin-bottom: 0;
}
.pg_service .service_list .img{
  width: 472px;
  position: relative;
}
.pg_service .service_list .img:before{
  padding-top: 341px;
  content: "";
  display: block;
}
.pg_service .service_list .img:after{
  content: "";
  width: 100%;
  height: 100%;
  background: url(/img/service/service_img_frame.png?2) no-repeat center / 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.pg_service .service_list .txt{
  width: calc(100% - 472px);
  padding-left: 25px;
  letter-spacing: 0.075em;
}
.pg_service .service_list .title{
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 700;
}
.pg_service .service_list .txt .flex{
  align-items: center;
  justify-content: space-between;
}
.pg_service .service_list .text{
  min-height: 122px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  line-height: 2;
  border-bottom: 1px dashed;
  text-align: justify;
}
.pg_service .service_list .hashtag {
  width: 65%;
  display: flex;
  flex-wrap: wrap;
}
.pg_service .service_list .hashtag p{
  margin-right: 1em;
  line-height: 2;
}
.pg_service .service_list .hashtag p:before{
  content: "#";
}
.pg_service .section + .section{
  padding-top: 90px;
}

@media only screen and (max-width:1220px){
  .pg_header .container{
    height: 350px;
  }
  .pg_service .service_list .img {
    width: 40%;
  }
  .pg_service .service_list .txt {
    width: 60%;
  }
}

@media only screen and (max-width:1023px){
  .pg_header{    
    margin-bottom: 80px;
  }
  .pg_header .container{
    height: 250px;
  }
  .tt1 {
    font-size: 38px;
  }
  .pg_service .service_list .item{
    justify-content: center;
  }
  .pg_service .service_list .text{
    min-height: inherit;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .pg_service .service_list .img,
  .pg_service .service_list .txt {
    width: 100%;
    padding: 0;
  }
  .pg_service .service_list .img{
    max-width: 472px;
  }
  .pg_service .service_list .txt{
    margin-top: 20px;
  }
  .pg_service .service_list .item {
    margin-bottom: 40px;
  }
  .pg_service .section + .section {
    padding-top: 60px;
  }
}

@media only screen and (max-width:767px){
  .pg_header{    
    margin-bottom: 60px;
  }
  .pg_header .container {
    height: 150px;
  }
  .tt1 {
    font-size: 28px;
  }

  .pg_service .service_ttl {
    width: 345px;
    font-size: 20px;
  }
  .pg_service .service_list .txt .flex {
    justify-content: flex-end;
  }
  .pg_service .service_list .hashtag {
    width: 100%;
  }
  .pg_service .service_list .link_1{
    margin-top: 20px;
  }
  .pg_service .service_list .title {
    font-size: 18px;
  }
  .pg_service .service_list .img{
    max-width: 250px;
  }
  .pg_service .service_list .img:before{
    padding-top: 70%;
  }
  .pg_service .service_list .text p br{
    display: none;
  }
}




/* **********************************
 *  お問い合わせ
 * ********************************* */
.pg_contact{

}
.pg_contact .section#sec1 .text{
  letter-spacing: 0.075em;
  line-height: 2;
  text-align: justify;
}
.pg_contact .section#sec1 .text .small{
  font-size: 14px;
  margin-top: 3px;
  letter-spacing: 0.078em;
}
.pg_contact .section#sec2{

}
.pg_contact .section#sec3{

}

.contact_tt{
  font-size: 20px;
  padding-left: 10px;
  margin-bottom: 70px;
  font-weight: 700;
  letter-spacing: 0.14em;
}
.contact_tt:before{
  content: "";
  width: 68px;
  height: 46px;
  margin-right: 30px;
  background: url(/img/contact/mail_i.png) no-repeat center / contain;
  display: inline-block;
  vertical-align: middle;
}

.pg_contact .privacy{
  margin-top: 80px;
}


@media only screen and (max-width:1220px){
  .contact_info .ttl,
  .contact_tt{
    font-size: 18px;
  }
  .contact_info .tel {
    font-size: 40px;
    margin-left: 0;
  }
  .contact_info .txt {
    font-size: 14px;
  }
  .contact_tt:before {
    margin-right: 15px;
  }
  .contact_info .icon {
    margin-right: 15px;
  }
}

@media only screen and (max-width:1023px){
  .contact_info {
    margin: 45px 0 75px;
    justify-content: center;
  }
  .contact_info .icon{
    margin-right: 15px;
  }
  .contact_info .tel{
    margin: 0 50px 0 25px;
  }
  .contact_info .txt{
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    text-align: center;
  }
  .contact_form td .addr_auto {
    font-size: 12px;
    padding: 0 10px;
  }
}

@media only screen and (max-width:767px){
  .contact_info .icon{
    width: 45px;
  }
  .contact_info .tel {
    width: 100%;
    font-size: 34px;
    margin: 10px 0;
    text-align: center;
  }
  .contact_tt {
    margin-bottom: 30px;
  }
  .contact_tt:before {
    width: 45px;
  }
  .contact_form td {
    font-size: 13px;
  }
  .contact_form dl.addr dt {
    width: 65px;
  }
  .contact_form dl.addr dd{
    width: calc(100% - 65px);
  }
  .contact_form td .addr_auto {
    font-size: 10px;
    padding: 0 5px;
  }
  .contact_form_acceptance {
    font-size: 15px;
    margin-top: 33px;
  }
}



/* **********************************
 *  会社概要
 * ********************************* */
.pg_company .section#sec1 .tt2{
  margin-bottom: 48px;
}
.company_greeting{
  align-items: flex-end;
  position: relative;
}
.company_greeting:after{
  content: "";
  width: 67.5%;
  /*height: 97.37%;*/
  background: #f7f6f6;
  position: absolute;
  top: 0;
  left: 0;
  bottom: -50px;
  border-radius: 0 0 80px 0;
  z-index: -1;
}
.company_greeting .img{
  width: 47.5%;
}
.company_greeting .img:before{
  padding-top: 380px;
  display: block;
  content: "";
}
.company_greeting .txt{
  width: 52.5%;
  padding: 0 47px 28px;
  text-align: justify;
  line-height: 2;
  letter-spacing: 0.075em;
  padding-top: 10px;
}
.company_greeting .txt .name{
  font-size: 1.2em;
  text-align: right;
  margin-top: 10px;
}

.pg_company .section#sec2{
  padding: 135px 0 0;
}
.pg_company .section#sec2 .tt2{
  margin-bottom: 15px;
}
.company_tbl th,
.company_tbl td{
  padding: 24px 0 6px 20px;
  border-bottom: 1px dashed;
  text-align: left;
  line-height: 1.85;
}
.company_tbl th{
  width: 163px;
  font-weight: 500;
  letter-spacing: 0.075em;
  vertical-align: top;
}
.company_tbl td dl{
  display: flex;
  flex-wrap: wrap;
}
.company_tbl td dl + dl{
  margin-top: 10px;
}
.company_tbl td dt{
  width: 100%;
  line-height: 1.4;
}
.company_tbl td dd{
  width: 100%;
}
.maps{
  margin: 50px -15px 0;
}
.maps .item{
  width: 33.33%;
  padding: 0 15px;
  text-align: center;
}
.maps .ttl{
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.075em;
}
.maps .ttl:after{
  margin: 15px auto 20px;
  content: "";
  width: 100px;
  height: 1px;
  background: #7d7d7d;
  display: block;
}

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

@media only screen and (max-width:1023px){
  .company_greeting{
    justify-content: center;
  }
  .company_greeting:after{
    width: 100%;
  }
  .company_greeting .img{
    max-width: 570px;
    width: 100%;
  }
  .company_greeting .txt{
    max-width: 570px;
    width: 100%;
    padding: 30px 0 0;
  }
  .maps .item{
    width: 100%;
  }
  .maps .item + .item{
    margin-top: 30px;
  }
  .maps iframe{
    width: 100%;
    height: 300px;
  }
}

@media only screen and (max-width:767px){
  .pg_company .section#sec1 .tt2 {
    margin-bottom: 28px;
  }
  .company_greeting .img:before {
    padding-top: 67%;
  }
  .company_greeting .txt {
    padding: 20px 15px 0;
  }
  .company_greeting:after{
    bottom: -30px;
  }
  .pg_company .section#sec2 {
    padding: 95px 0 0;
  }

  .company_tbl th, 
  .company_tbl td {
    padding: 18px 0 6px 10px;
  }
  .company_tbl th {
    width: 93px;
  }

  .maps .ttl {
    font-size: 18px;
  }
  .maps .ttl {
    font-size: 18px;
  }
}



/* **********************************
 *  採用情報
 * ********************************* */
.pg_recruit .section#sec1{
  padding: 45px 0 80px;
}
.recruit_ttl .ttl{
  font-size: 42px;
}

.pg_recruit .section#sec1{
  position: relative;
}
.pg_recruit .section#sec1:after{
  content: "";
  width: 56.3%;
  height: 420px;
  background: #dcb101;
  border-radius: 30px 0 0 0;
  position: absolute;
  right: 0;
  top: 140px;
  z-index: -1;
}
.pg_recruit .section#sec1 .flex{
  justify-content: space-between;
  position: relative;
}
.pg_recruit .section#sec1 .flex:after{
  content: "";
  width: 84%;
  height: 502px;
  background: #f8f1cb;
  border-radius: 0 0 0 30px;
  position: absolute;
  right: 0;
  top: 50px;
  z-index: -1;  
}
.pg_recruit .section#sec1 .left{
  width: 50%;
}
.pg_recruit .section#sec1 .img{
  text-align: center;
}
.pg_recruit .section#sec1 .img img{
  border-radius: 0 0 80px 0;
}
.pg_recruit .section#sec1 .text{
  margin-top: 20px;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: 2;
}
.pg_recruit .section#sec1 .right{
  width: 50%;
  padding-bottom: 90px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
.pg_recruit .section#sec1 .large {
  font-size: 48px;
  padding-top: 68px;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1.7;
  margin-right: 40px;
  color: #fffcda;
}
.pg_recruit .section#sec1 .fixed {
  width: 310px;
  font-size: 18px;
  padding: 20px;
  margin-left: auto;
  background: #a48268;
  color: #ffffff;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: block;
  position: sticky;
  bottom: 50px;
  z-index: 10;
}

.pg_recruit .section#sec2{
  padding: 50px 0 95px;
  background: #f7f6f6;
}
.recruit_ttl2 {
  width: 365px;
  font-size: 24px;
  margin-bottom: 40px;
  padding-bottom: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
}
.recruit_ttl2:after {
  content: "";
  width: 1000%;
  height: 8px;
  background: #ffffff;
  position: absolute;
  right: 0;
  bottom: 0;
}
.work_list .item + .item{
  margin-top: 55px;
}
.work_list .img{
  width: 50%;
  padding: 0 50px;
}
.work_list .item:nth-child(even) .img{
  order: 2;
  text-align: right;
}
.work_list .txt{
  width: 50%;
  padding-top: 85px;
}
.work_list .item:nth-child(even) .txt{
  order: 1;
}
.work_list .ttl {
  font-size: 24px;
  padding-bottom: 23px;
  margin-bottom: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.25;
  position: relative;
}
.work_list .ttl:after{
  content: "";
  width: 1000%;
  height: 1px;
  background: #7d7d7d;
  position: absolute;
  left: 0;
  bottom: 0;
}
.work_list .item:nth-child(even) .ttl:after{
  left: inherit;
  right: 0;
}
.work_list .text{
  padding-left: 32px;
  letter-spacing: 0.05em;
  text-align: justify;
  line-height: 2;
}

.pg_recruit .section#sec3 {
  padding: 128px 0 135px;
  position: relative;
}
.staffList{  
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.staffList .item{
  text-align: center;
  letter-spacing: 0.075em;
  line-height: 1.625;
}
.staffList .item:after{
  content: "";
  width: 100%;
  height: 8px;
  margin-top: 10px;
  background: #eeeeee;
  display: block;
}
.staffList .illust{
  height: 232px;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.staffList .illust img{
  height: 100%;
}
.pg_recruit .staff_ttl{
  margin-bottom: 40px;
}
.staff_list1{
  margin: 0 -35px;
}
.staff_list1 .item{
  width: 50%;
  padding: 0 35px;
}
.staff_list2{
  margin: 0 -20px;
}
.staff_list2 + .staff_list2{
  margin-top: 60px;
}
.staff_list2 .item{
  width: 25%;
  padding: 0 20px;
}
.staff_ttl3{
  margin: 110px 0 45px;
  position: relative;
  text-align: left;
}
.staff_ttl3:after{
  content: "";
  width: 100%;
  height: 1px;
  border-top: 1px dashed;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}
.staff_ttl3 .ttl{
  font-size: 24px;
  padding-right: 20px;
  font-weight: 700;
  letter-spacing: 0.075em;
  display: inline-block;
  background: #ffffff;
}

.pg_recruit .section#sec4 .tt2{
  margin-bottom: 60px;
}
.interview_list .item{
  padding: 0 65px;
}
.interview_list .item + .item{
  margin-top: 58px;
}
.interview_list .img {
  width: 210px;
  height: 190px;
  border-radius: 50%;
}
.interview_list .txt{
  width: calc(100% - 210px);
  padding-left: 50px;
}
.interview_list .title{
  font-size: 20px;
  padding-bottom: 8px;
  margin-bottom: 5px;
  font-weight: 700;
  letter-spacing: 0.075em;
  border-bottom: 1px dashed;
  line-height: 1.5;
  margin-top: -5px;
}
.interview_list .text{
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: justify;
}
.interview_list .text-right{
  margin-top: 8px;
}
.interview_list .text-right .inner{
  text-align: left;
  display: inline-block;
  letter-spacing: 0.075em;
  line-height: 1.5;
}
.interview_list .text-right span{
  display: inline-block;
}
.interview_list .text-right span + span{
  margin-left: 12px;
}

.pg_recruit .section#sec5 {
  padding: 130px 0 0;
}
.requirement_list .item{
  padding: 18px 62px 25px;
  border-top: 1px solid #797979;
  border-bottom: 1px solid #797979;
}
.requirement_list .item + .item{
  margin-top: 20px;
}
.requirement_list .title{
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.075em;
  position: relative;
  cursor: pointer;
}
.requirement_list .title:after{
  /*width: 31px;*/
  /*height: 16px;*/
  /*content: "";*/
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 32px;
  position: absolute;
  right: 5px;
  /*top: 15px;*/
  line-height: 1;
  /*background: url(/img/recruit/arrow.svg)no-repeat center / contain;*/
  /*content: "\f078";*/
  
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.requirement_list .title.active:after{
  content: "\f077";
  /*
  * f054 > (大)
  * f105 > (小)
  * f053 < (大)
  * f104 < (小)
  * f077 ∧ (大)
  * f106 ∧ (小)
  * f078 ∨ (大)
  * f107 ∨ (小)
  */
  /*background: url(/img/recruit/arrow_h.svg)no-repeat center / contain;*/
}

.requirement_list .content{
  margin-top: 48px;
  padding-bottom: 55px;
}
.requirement_list dl{
  font-size: 18px;
  padding-top: 19px;
  padding-bottom: 5px;
  letter-spacing: 0.075em;
  display: flex;
  border-bottom: 1px solid #bfbfbf;
}
.requirement_list dt,
.requirement_list dd{
  padding: 3px 0;
}
.requirement_list dt{
  width: 200px;
  font-weight: 400; 
  text-align: center;
}
.requirement_list dd{
  width: calc(100% - 200px);
  padding-left: 20px;
  border-left: 1px solid #bfbfbf;
}
.requirement_list .link {
  width: 271px;
  font-size: 14px;
  margin: 80px auto 0;
  padding: 20px;
  background: #a48268;
  color: #ffffff;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: block;
}

@media only screen and (max-width:1220px){
  .pg_recruit .section#sec1 .large {
    font-size: 40px;
  }
}

@media only screen and (max-width:1023px){
  .pg_recruit .section#sec1 .large {
    font-size: 30px;
    margin-right: 30px;
  }
  .work_list .ttl {
    font-size: 20px;
  }
  .work_list .txt {
    padding-top: 35px;
  }
  .work_list .img {
    padding: 0 30px;
  }
  .work_list .item + .item {
    margin-top: 35px;
  }
  .pg_recruit .section#sec2 {
    padding: 50px 0 65px;
  }
  .staff_ttl3 {
    margin: 80px 0 25px;
  }
  .staff_list2{
    margin: 0 -10px;
  }
  .staff_list2 .item{
    padding: 0 10px;
  }
  .staff_list2 + .staff_list2 {
    margin-top: 30px;
  }
  .interview_list .item {
    padding: 0 35px;
  }
  .pg_recruit .section#sec5 {
    padding: 100px 0 0;
  }
  .requirement_list .item {
    padding: 15px 32px 20px;
  }
  .requirement_list .title {
    font-size: 19px;
  }
  .requirement_list .title:after {
    font-size: 20px;
    /*width: 25px;*/
    /*height: 10px;*/
  }
  .requirement_list .content {
    margin-top: 28px;
    padding-bottom: 35px;
  }
  .requirement_list dl {
    font-size: 16px;
  }
  .requirement_list dt {
    width: 170px;
  }
  .requirement_list dd {
    width: calc(100% - 170px);
  }
}

@media only screen and (max-width:767px){
  .pg_recruit .section#sec1 .flex{
    justify-content: center;
  }
  .pg_recruit .section#sec1 .flex:after{
    width: 100%;
    height: 80%;
    top: inherit;
    bottom: 40px;
  }
  .pg_recruit .section#sec1:after {
    content: "";
    width: calc(100% - 10px);
    height: 220px;
    top: 140px;
  }
  .pg_recruit .section#sec1 .left {
    width: 100%;
  }
  .pg_recruit .section#sec1 .right {
    width: 100%;
    padding-bottom: 0;
    display: block;
    text-align: center;
  }
  .pg_recruit .section#sec1 .large {
    font-size: 24px;
    margin-right: 0;
    padding-top: 0;
    padding-left: 20px;
    margin-bottom: 20px;
    margin-right: 0;
    text-align: left;
    display: inline-block;
  }
  .pg_recruit .section#sec1 .fixed{
    margin: 30px auto 0;
    display: block;
  }
  .pg_recruit .section#sec1 .text {
    margin-top: 20px;
    padding: 0 10px;
  }
  .pg_recruit .section#sec1 .fixed {
    font-size: 16px;
  }
  .pg_recruit .section#sec1 {
    padding: 45px 0 50px;
  }
  .recruit_ttl .ttl {
    font-size: 32px;
  }
  .recruit_ttl2 {
    width: 315px;
    font-size: 20px;
  }
  .work_list .img {
    width: 100%;
    padding: 0 15px;
  }
  .work_list .txt {
    width: 100%;
    padding-top: 20px;
  }
  .work_list .text {
    padding-left: 0;
  }
  .work_list .item:nth-child(even) .img{
    order: 1;
  }
  .work_list .item:nth-child(even) .txt{
    order: 2;
  }
  .pg_recruit .section#sec2 {
    padding: 30px 0 45px;
  }

  .pg_recruit .section#sec3 {
    padding: 28px 0 65px;
  }
  .staff_list1{
    margin: 0;
  }
  .staff_list1 .item {
    width: 50%;
    padding: 0;
  }
  .staffList .illust img{
    height: auto;
  }
  .staff_ttl3 {
    margin: 50px 0 25px;
  }
  .staff_list2 .item {
    width: 50%;
  }
  .staff_ttl3 .ttl {
    font-size: 20px;
    padding-right: 10px;
  }
  .staffList.staff_list1 .illust {
    height: 232px;
  }
  .staffList.staff_list2 .illust {
    height: 192px;
  }
  .staff_list2 + .staff_list2 {
    margin-top: 20px;
  }

  .interview_list .item {
    padding: 0 15px;
    justify-content: center;
  }
  .interview_list .txt {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }
  .interview_list .title {
    font-size: 18px;
  }
  .interview_list .item + .item {
    margin-top: 38px;
  }
  .pg_recruit .section#sec5 {
    padding: 60px 0 0;
  }
  .requirement_list .item {
    padding: 15px 15px 20px;
  }
  .requirement_list .title {
    font-size: 17px;
    padding-right: 20px;
    line-height: 1.5;
  }
  .requirement_list .title:after {
    /*width: 25px;*/
    /*height: 10px;*/
    /*right: -10px;*/
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    right: -10px;
    font-size: 16px;
  }
  .requirement_list dl {
    font-size: 14px;
  }
  .requirement_list dt {
    width: 100px;
  }
  .requirement_list dd {
    width: calc(100% - 100px);
  }
  .requirement_list .link{
    margin-top: 50px;
  }
  .requirement_list .content {
    padding-bottom: 15px;
  }
}



/* **********************************
 *  採用応募フォーム
 * ********************************* */
.pg_entry .recruit_ttl{
  margin-bottom: 36px;
}
.pg_entry .section#sec1 {
  padding: 40px 0 75px;
}
.pg_entry .section#sec1 .text{
  letter-spacing: 0.075em;
  line-height: 2;
  text-align: justify;
}
.pg_entry .contact_form th{
  padding-right: 15px;
}
.pg_entry .contact_form th .require{
  margin-top: 5px;
}

.pg_entry .contact_form td [type="text"], 
.pg_entry .contact_form td [type="email"] {
  width: 544px;
}
.pg_entry select{
  margin-right: 3px;
  display: inline-block;
}
.pg_entry select[name="your-birth-year"]{
  width: 148px;  
}
.pg_entry select[name="your-birth-month"],
.pg_entry select[name="your-birth-day"]{
  width: 83px;  
}
.pg_entry .contact_form td [name="zipcode"]{
  width: 165px;
}
.pg_entry .contact_form td [name="addr1"] {
  width: 225px;
}
.pg_entry .contact_form input[name="hope-year"]{
  width: 148px;  
}
.pg_entry .contact_form input[name="hope-month"]{
  width: 83px;  
}
.pg_entry .contact_form td.nols{
  letter-spacing: 0.1em;
}
.pg_entry .contact_form_acceptance{
  margin-top: 75px;
}
.pg_entry .contact_form td > span{
  display: inline-block;
}
.pg_entry .contact_form td > span.error{
  display: block;
}
.pg_entry .contact_form td .birth:not(:last-child){
  margin-right: 8px;
}

/*プライバシーポリシー*/
.privacy_box {
  height: 300px;
  margin: 50px 0;
  padding: 50px 80px;
  border: 1px solid #b2b2b2;
  overflow: auto;
}

@media only screen and (max-width:1220px){
  .pg_entry .contact_form td [name="zipcode"] {
    width: 155px;
  }
}

@media only screen and (max-width:1023px){
  .recruit_ttl .ttl {
    font-size: 28px;
  }
  .privacy_box{
    padding: 50px;
  }
}

@media only screen and (max-width:767px){
  .pg_entry .section#sec1 {
    padding: 20px 0 45px;
  }
  .pg_entry .contact_form th .require {
    margin-top: 0;
  }
  .pg_entry select[name="your-birth-year"] {
    width: 98px;
  }
  .pg_entry select[name="your-birth-month"], 
  .pg_entry select[name="your-birth-day"] {
    width: 75px;
  }
  .pg_entry .contact_form td .birth:not(:last-child){
    margin-right: 5px;
  }
  .pg_entry .contact_form td [name="zipcode"] {
    width: 135px;
  }
  .pg_entry .contact_form input[name="hope-year"] {
    width: 118px;
  }
  .pg_entry .contact_form_acceptance {
    margin-top: 45px;
  }

  .privacy_box{
    padding: 30px;
  }
  .privacy_tt h2 {
    font-size: 20px;
  }
}


/* **********************************
 *  おしらせ
 * ********************************* */
.pg_news {
  margin-top: -7px;
}
.pg_news .recruit_ttl{
  margin-bottom: 40px;
}
.news_cat{  
  margin: 0 -15px 60px;
  display: flex;
  flex-wrap: wrap;
}
.news_cat li{
  font-size: 20px;
  padding: 0 15px;
  margin-bottom: 20px;
  font-weight: 500;
  letter-spacing: 0.075em;
}
.news_cat li a{
  padding-bottom: 5px;
  border-bottom: 8px solid #f7f6f6;
  display: block;
}
.news_cat li.on a{
  border-color: #a48268;
}

/*一覧*/
.news_list{
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.news_list .item{
  width: 33.33%;
  padding: 0 15px;
}
.news_list .item:nth-child(n+4){
  margin-top: 50px;
}
.news_list .item a{
  display: block;
}
.news_list .item .img:before{
  content: "";
  display: block;
  padding-top: 73%;
}
.news_list .item .title{
  font-size: 20px;
  margin: 10px 0 13px;
  font-weight: 700;
  letter-spacing: 0.075em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_list .item .meta{
  display: flex;
  flex-wrap: wrap;
}
.news_list .item .category span,
.post_items .item.single_item .category span{
  min-width: 140px;
  font-size: 14px;
  padding: 3px;
  margin-right: 15px;
  font-weight: 500;
  letter-spacing: 0.075em;
  background: #a48268;
  color: #ffffff;
  display: inline-block;
  text-align: center;
}
.news_list .item .date{
  letter-spacing: 0.075em;
}



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

@media only screen and (max-width:1023px){
  .news_cat li {
    font-size: 18px;
  }
  .news_list .item .title {
    font-size: 18px;
  }
  .news_list .item .category span,
  .post_items .item.single_item .category span{
    min-width: 120px;
    font-size: 12px;
    margin-right: 10px;
  }
}

@media only screen and (max-width:767px){
  .pg_news .recruit_ttl {
    margin-bottom: 20px;
  }
  .news_cat {
    margin: 0 -10px 40px;
  }
  .news_cat li {
    font-size: 16px;
    padding: 0 10px;
    margin-bottom: 15px;
  }

  .news_list{
    margin: 0 -8px;
  }
  .news_list .item {
    width: 50%;
    padding: 0 8px;
  }
  .news_list .item .title {
    font-size: 16px;
  }
  .news_list .item:nth-child(n+3){
    margin-top: 30px;
  }
  .news_list .item .category span {
    min-width: 110px;
    font-size: 10px;
  }
  .pagination {
    margin-top: 55px;
  }
  
  .post_items .item.single_item{
    padding: 15px;
  }
  .post_content {
    font-size: 14px;
  }
}


/*コピー*/
@media only screen and (max-width:1220px){
}

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

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