@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-family:  '游ゴシック体','Yu Gothic', 'YuGothic', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.666;
  color: #383838;
}

/* 基本フォント: 明朝 */
/**/
body{
  /* 游明朝体 */
  /*font-family: "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  /* ヒラギノ明朝 */
  /*font-family: 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro', 'Yu Mincho', '游明朝', 'MS Mincho', 'MS明朝', serif;*/
}

/* admin-barの高さ分の padding 設定 */
body.admin-bar{
  padding-top: 32px;
}
@media (max-width:782px){
  body.admin-bar{
    padding-top: 46px;
  }
} 

.gothic{
  font-family: '游ゴシック体','Yu Gothic', 'YuGothic', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mincho{
  font-family: "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

a{
  color: inherit;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}

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-x: hidden;
}
.container{
  width: 1140px;
  max-width: 100%;
  padding: 0 10px; 
  margin: 0 auto;
}
.container-s{
  width: 1000px;
  max-width: 100%;
  padding: 0 10px; 
  margin: 0 auto;
}
.container-m{
  width: 1176px;
  max-width: 100%;
  padding: 0 10px; 
  margin: 0 auto;
}
.container-mm{
  width: 1320px;
  max-width: 100%;
  padding: 0 10px; 
  margin: 0 auto;
}
.container-w{
  width: 1556px;
  max-width: 100%;
  padding: 0 10px; 
  margin: 0 auto;
}
.container-f{
  width: 1860px;
  max-width: 100%;
  padding: 0 10px; 
  margin: 0 auto;
}
.section{
  width: 100%;
  /*margin-bottom: 50px;*/
  /*padding: 30px 0;*/ 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.pg_header{
  /*padding: 15px 0;*/
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.pg_header .container{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 460px;
}
.pg_header .title_bg{
  position: absolute;
  top: 40px;
  left: 0;
  font-size: 180px;
}

/* 共通の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{
  height: 115px;
  position: relative;
}
header .hdr1{
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-left: 15px;
  padding-right: 160px;
}
header .hdr1 .hdr_logo{
  line-height: 1;
}
header .hdr1 .hdr_contact{
  
}
header .hdr1 .hdr_contact a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 62px;
  background: #FFF;
  color: #4319B4;
  border: 1px solid #4319B4;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
header .hdr1 .hdr_contact a:hover{
  background: #4319B4;
  color: #FFF;
}

header .hdr1 .hdr_contact a:before{
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  margin-right: 15px;
}

header .hdr1 .hdr_gnav_btn{
  position: absolute;
  top: 0;
  right: 0;
}



/* **********************************
 *  グローバルナビ
 * ********************************* */
.gnav{
  /*display: none;*/
  /*background: #EEE;*/
  /*padding: 0 5px;*/
  width: 545px;
  max-width: 100%;
  padding: 50px 0;
  background: rgba(67, 25, 180, 0.65);
  position: absolute;
  top: 115px;
  right: 0;
  z-index: 1;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

.gnav.active{
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
  
.gnav > ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
.gnav > ul > li{
  width: 100%;
  position: relative;
}
.gnav > ul > li + li{
  margin-top: 30px;
}
.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{
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 5px;
}
.gnav li a:hover{
  /*background: #333;*/
  /*color: #FFF;*/
}

.gnav .children,
.gnav .sub-menu{
  display: none;
  background: #aaa;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1;
}
.gnav li:hover > .children,
.gnav li:hover > .sub-menu{
  display: block;
}

.gnav .gnav_close{
  font-size: 18px;
  font-weight: 700;
  color: #FFF;
  text-align: center;
  margin-top: 10px;
}


.mv{
  position: relative;
  height: 1080px;
  
  background: #CCC;
  background-image: url('/img/mv.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  
  display: flex;
  justify-content: center;
  align-items: center;
}
.mv .mv_box{
  
}
.mv .mv_box .txt{
  font-size: 32px;
}
.mv .mv_box .img{
  
}
.mv .mv_box .img img{
  
}


/* **********************************
 *  フッター
 * ********************************* */
footer{
  margin-top: 200px;
}

body.pg_slug_front-page footer{
  margin-top: 0;
}

.ftr_contact_wrap{
  background-image: url('/img/footer_contact_bg.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #FFF;
  
  padding-top: 190px;
  padding-bottom: 145px;
  position: relative;
}
.ftr_contact_wrap .title_bg{
  color: #9D8B87;
  position: absolute;
  top: 70px;
  left: 55px;
  z-index: 0;
}
.ftr_contact_wrap .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.ftr_contact_wrap .title{
  font-size: 30px;
  font-weight: 700;
}
.ftr_contact_wrap .link{
  width: 605px;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #F9FF5A;
}
.ftr_contact_wrap .link a{
  display: block;
  border: 2px solid #F9FF5A;
  padding: 30px 10px;
}
.ftr_contact_wrap .link a:hover{
  text-decoration: none;
  background: #F9FF5A;
  color: #383838;
}
.ftr_contact_wrap .link a:before{
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  margin-right: 40px;
}



footer .ftr1{
  
}
footer .ftr1 .container-w{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .box1{
  width: 540px;
  background: #EBECFF;
  padding-top: 80px;
  padding-bottom: 200px;
  position: relative;
}
footer .box1:after{
  content: "";
  background: #EBECFF;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1000px;
  right: 100%;
}
footer .box2{
  width: 430px;
  padding-top: 80px;
}

footer .ftr_logo{
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}
footer .ftr_addr{
  font-weight: 700;
  line-height: 2;
}


footer .ftr_links_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-weight: 700;
}
footer .ftr_links{
  width: 180px;
}
footer .ftr_links li{
  
}
footer .ftr_links li+li{
  margin-top: 15px;
}
footer .ftr_links li a{
  position: relative;
  padding-left: 20px;
}
footer .ftr_links li a:before{
  content: "";
  width: 5px;
  height: 2px;
  background: #8961FF;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(0, -50%);
}



footer .ftr2{
  background: #F7F7F7;
  padding-top: 90px;
  padding-bottom: 75px;
  margin-top: -90px;
  margin-left: 250px;
}


footer .copy{
  color: #111;
  text-align: right;
  font-size: 12px;
  padding: 10px 0;
}
footer .copy a{
  /*color: #111;*/
}


.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #aec4e5;
  z-index: 10;
}
.footer_fix ul{
  /*display: table;*/
  width: 100%;
  font-size: 14px;
  
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 3px;
}
.footer_fix ul li{
  /*display: table-cell;*/
  text-align: center;
  /*vertical-align: middle;*/
}
.footer_fix ul li.btn1{
  width: 36%;
}
.footer_fix ul li.btn2{
  width: 24%;
}
.footer_fix ul li a{
  display: block;
  padding: 10px;
  background: #4072b3;
  color: #FFF;
  text-decoration: none;
}




/* 検索フォーム */
.pg_404{
  text-align: center;
}
.pg_404{
  
}

.search-form{
  padding: 20px 0;
}
.search-form .search-field{
  padding: 5px;
}
.search-form .search-submit{
  padding: 5px 10px;
}

.pg_image{
  
}
.pg_image .attachment{
  padding: 20px;
  background-color: #ececec;
  text-align: center;
}


/* 記事リスト */
.post_items{
  padding: 0 0;
}
.post_items .item{
  /*background: #f0f0f0;*/
  padding: 10px;
  border-top: 1px solid #CCC;
  display: flex;
  align-items: center;
  position: relative;
}
.post_items .item:last-child{
  border-bottom: 1px solid #CCC;
}
.post_items .item .img{
  
}
.post_items .item .date{
  width: 130px;
  font-size: 15px;
  color: #5a5a5a;
}
.post_items .item .category{
  width: 150px;
  padding: 0 10px;
  
}
.post_items .item .category span{
  display: block;
  background: #e5e5e5;
  color: #6c6969;
  padding: 3px;
  margin: 2px;
  text-align: center;
}
.post_items .item .title{
  font-weight: 500;
  width: calc(100% - 130px - 150px);
  /*width: -moz-available;
  width: -webkit-fill-available;
  width: available;*/
}
.post_items .item .title a{
  display: block;
  position: relative;
  padding-right: 1em;
}
.post_items .item:after{
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.post_items .item.single_item{
  display: flex;
  flex-wrap: wrap;
  border-top: 15px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
}
.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 .post_content{
  margin-top: 30px;
}

/* ページ送り(一覧) */
.pagination{
  text-align: center;
  margin-top: 30px;
}
.pagination .nav-links{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  
}
.pagination .page-numbers{
  align-self: stretch;
  border: 1px solid #c0c0c0;
  padding: 5px 10px;
  margin: 4px 4px;
  color: #1e1e1e;
  text-decoration: none;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover{
  background: #e5e5e5;
}
.pagination .page-numbers.next:after{
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
}
.pagination .page-numbers.prev:before{
  content: "\f100";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

/* ページ送り(詳細) */
.pagination .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{
  text-align: left;
}
.pagination .nav-posts .page-prev{
  text-align: right;
}
.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: 10px;
  bottom: 60px;
}
.pagetop a{
  display: block;
  font-size: 0;
  width: 42px;
  height: 42px;
  text-align: center;
}
.pagetop a i{
  font-size: 40px;
}

/* コンタクトフォーム */
.contact_info{
  background: #acd598;
  text-align: center;
  padding: 28px 30px 25px;
  margin-bottom: 100px;
}
.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: #acd598;
  color: #FFFFFF;
  padding: 5px 15px;
  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: bold;
  vertical-align: middle;
  font-weight: bold;
}
.contact_info .box2 .tel a{
  display: block;
  font-family: "impact";
  letter-spacing: 0.04em;
}
.contact_info .box2 .txt{
  display: inline-block;
  vertical-align: bottom;
  margin-left: 10px;
  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: 10px 15px;
  font-weight: 700;
  text-align: left;
}
.contact_form th{
  background: #f0f0f0;
  width: 310px;
  padding-left: 30px;
  padding-right: 30px;
}
.contact_form th .require{
  display: inline-block;
  padding: 2px 12px;
  color: #FFF;
  background: #4319b4;
  font-size: 14px;
  float: right;
}
.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 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_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: 90px;
}
.contact_form_addr dd{
  width: calc(100% - 90px);
}

.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 .wpcf7-form-control-wrap{
  display: block;
}
.contact_form td .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  margin-top: 5px;
}
.contact_form td input ,
.contact_form td textarea ,
.contact_form td select ,
.contact_form td .wpcf7-form-control ,
.contact_form td .wpcf7c-conf-hidden {
  padding: 7px 10px;
  max-width: 100%;
  border: 1px solid #CCC;
  border-radius: 0;
}
.contact_form td .wpcf7-checkbox,
.contact_form td .wpcf7-radio{
  border: 0;
}
.contact_form td .wpcf7-text {
  width: 500px;
  max-width: 100%;
}
.contact_form td .wpcf7-textarea {
  width: 100%;
}
.contact_form td .wpcf7-file {
  width: 100%;
  border: 0;
}
.contact_form td .wpcf7-file + .wpcf7c-conf{
  width: 100%;
  border: 1px solid #398f14;
}
.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 td .wpcf7-form-control-wrap.zipcode,
.contact_form td .wpcf7-form-control-wrap[class$="_zipcode"]{
  display: flex;
  align-items: stretch;
}
.contact_form td .wpcf7-form-control-wrap.zipcode:before,
.contact_form td .wpcf7-form-control-wrap[class$="_zipcode"]:before{
  vertical-align: top;
  content: "〒";
  background: #CCC;
  width: 30px;
  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{
  background: #f0f0f0;
  border: 1px solid #d6d8d8;
  margin-left: 10px;
  padding: 5px 5px;
}

.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_msg{
  margin-top: 10px;
  margin-bottom: 10px;
}

/* 確認画面用 */
.wpcf7c-conf:not([type="radio"]):not([type="checkbox"]){
  background: #eeffe4;
  -webkit-box-shadow: 0 0 0px 1000px #eeffe4 inset;
  border: 1px solid #398f14;
  opacity: 0.9;
}
.wpcf7c-conf:checked + .wpcf7c-conf-hidden + .wpcf7-list-item-label{
  color: #398f14;
}
/*input:-webkit-autofill,
textarea:-webkit-autofill, 
select:-webkit-autofill {
  background-color: #eeffe4 !important;
  background-image: none !important;
  color: #666 !important;
}*/ 


.contact_form_acceptance{
  text-align: center;
  margin-top: 50px;
  font-weight: 700;
}
.contact_form_acceptance a{
  color: #1a3e9b;
  text-decoration: underline;
}
.contact_form_acceptance span.wpcf7-list-item{
  margin: 0;
}

/* コンタクトフォーム - ボタン */
.contact_form_btns{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  padding: 30px 0;
  margin-top: 20px;
}
.contact_form_btns input[type="submit"],
.contact_form_btns input[type="button"],
.contact_form_btns button{
  background: none;
  border: 0;
  /*background: #b80000;
  color: #FFF;
  border: 0;
  padding: 10px;
  width: 300px;
  margin: 0 10px;*/
}
.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 input.wpcf7-confirm{
  
}
.contact_form_btns input.wpcf7-back{
  background: #CCC;
}
.contact_form_btns input.wpcf7-submit{
  background: #398f14;
}
.contact_form_btns .ajax-loader{
  order: 10;
  width: 100% !important;
  margin-top: 10px !important;
  background-repeat: no-repeat;
  background-position: center;
}


/* サイトマップ */
.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 h3{
  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 h4{
  font-size: 18px;
  
  border-left: 6px solid #4319b4;
  padding-left: 15px;
  margin-bottom: 10px;
  line-height: 2.33;
}
.privacy_items .item .txt{
  
}
.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-top: 10px;
  margin-bottom: 20px;
  /*font-size: 14px;*/
  font-weight: 500;
  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{
  padding: 70px 0 0;
}
body.home .main{
  padding-top: 0;
}

.tt1{
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
}
.tt1 span{
  display: block;
  text-align: center;
  font-size: 14px;
}
.tt1:after{
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background-image: url('/img/tt2_bdr.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
}

.tt2{
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 50px;
}
.tt2:after{
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background-image: url('/img/tt2_bdr.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
  margin-top: 0px;
}
.tt2.bdr2:after{
  background-image: url('/img/tt2_bdr2.png');
}

.tt2_center{
  display: flex;
  justify-content: center;
}
.tt2_center .tt2{
}


.tt3{
  
}
.tt3 span{
  
}
.tt4{
  
}
.tt4 span{
  
}
.tt5{
  
}
.tt5 span{
  
}

.title_bg{
  font-family: 'Poppins', sans-serif;
  font-weight: 200;
  font-size: 100px;
  line-height: 1;
  color: #DCD0FF;
}
.title_bg.lg{
  font-size: 159px;
}
.title_bg.thin{
  font-weight: 100;
}

/* 詳しく見る サンプル */
.read_more{
  
}
.read_more a{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 375px;
  height: 102px;
  max-width: 100%;
  padding-left: 90px;
  background: #FFF;
  background-image: url('/img/readmore_bg.png');
  background-repeat: no-repeat;
  background-size: contain;
  color: #4319B4;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  
  
}
/*.read_more a:after{
  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%);
}*/

.read_more.center a{
  margin: 0 auto;
}


.works_detail .sp-next-arrow:after, 
.works_detail .sp-next-arrow:before, 
.works_detail .sp-previous-arrow:after, 
.works_detail .sp-previous-arrow:before{
  background-color: #9f2dca;
}

.product_details .sp-next-arrow:after, 
.product_details .sp-next-arrow:before, 
.product_details .sp-previous-arrow:after, 
.product_details .sp-previous-arrow:before{
  background-color: #9f2dca;
}

.works_detail .sp-next-thumbnail-arrow:after, 
.works_detail .sp-next-thumbnail-arrow:before, 
.works_detail .sp-previous-thumbnail-arrow:after, 
.works_detail .sp-previous-thumbnail-arrow:before{
  background-color: #9f2dca;
}
.product_details .sp-next-thumbnail-arrow:after, 
.product_details .sp-next-thumbnail-arrow:before, 
.product_details .sp-previous-thumbnail-arrow:after, 
.product_details .sp-previous-thumbnail-arrow:before{
  background-color: #9f2dca;
}

.works_detail .sp-thumbnails,
.product_details .sp-thumbnails{
  margin-top: 25px;
}


/* **********************************
 *  Home
 * ********************************* */
.pg_home{
  
}
.pg_home .section#sec1{
  padding-top: 100px;
  padding-bottom: 255px;
  background-image: url('/img/home/company_bg.png');
  background-position: center bottom;
  margin-top: 200px;
}
.pg_home .section#sec2{
  padding-top: 180px;
}
.pg_home .section#sec3{
  margin-top: 100px;
  /*padding-top: 70px;*/
  padding-top: 220px;
  padding-bottom: 120px;
  background-image: url('/img/home/products_bg.jpg');
  background-position: left top;
  background-size: auto 100%;
  /*background: #F5F5F5;*/
}
.pg_home .section#sec4{
  margin-top: 130px;
}
.pg_home .section#sec4 .title_bg{
  margin-left: 60px;
}
.pg_home .section#sec5{
  
  /*margin-top: 275px;*/
  padding-top: 60px;
  background-image: url('/img/home/blog_bg.jpg');
  background-repeat: no-repeat;
  background-position: 250px center;
}
.pg_home .section#sec5 .title_bg{
  margin-left: 60px;
}
.pg_home .section#sec6{
  margin-top: 190px;
  padding: 100px 0 180px;
  background-image: url('/img/home/recruit_bg.jpg');
  
}
.pg_home .section#sec6 .title_bg{
  margin-left: 60px;
}


/* 会社案内 */
.home_company_wrap{
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.home_company_wrap .bg{
  position: absolute;
  top: 0;
  left: -1000px;
  right: 50%;
  /*width: 50vw;*/
  padding-right: 150px;
  text-align: right;
}
.home_company_wrap .box{
  width: 50%;
  margin-left: auto;
}
.home_company_wrap .box .title{
  color: #4319B4;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.333;
  margin-bottom: 50px;
}
.home_company_wrap .box .txt{
  font-weight: 500;
  line-height: 2;
}
.home_company_wrap .box .read_more{
  margin-top: 50px;
}

/*  */
.home_works_wrap{
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.home_works_wrap .bg{
  position: absolute;
  top: 0;
  left: 530px;
  right: -1000px;
}
.home_works_wrap .box{
  width: 480px;
  position: relative;
}
.home_works_wrap .box .title_bg{
  /*position: absolute;*/
  /*left: -135px;*/
  margin-left: -135px;
  margin-bottom: 100px;
}
.home_works_wrap .box .title{
  
}
.home_works_wrap .box .txt{
  font-weight: 500;
  line-height: 2;
}
.home_works_wrap .box .read_more{
  margin-top: 50px;
}


/*  */
.home_products_wrap{
  
  background: linear-gradient(to right, #81a0ff 0%, #b8a0ff 100%);
  padding: 12px;
}
.home_products_wrap .inner{
  
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background-color: #FFF;
  width: 100%;
}
.home_products_wrap .bg{
  position: absolute;
  top: -170px;
  left: -245px;
  /*right: 50%;*/
  /*width: 50vw;*/
  padding-right: 50px;
  text-align: right;
}
.home_products_wrap .box{
  width: 50%;
  background-color: #FFF;
  margin-left: auto;
  padding: 70px 40px 75px;
  position: relative;
}
.home_products_wrap .box2{
  width: 80%;
  margin: 30px auto 0;
  text-align: center;
}
.home_products_wrap .title_bg{
  position: absolute;
  bottom: calc(100% + 30px);
}
.home_products_wrap .box .title{
  margin-bottom: 20px;
  /*position: relative;*/
  /*right: 0;*/
  /*left: -500px;*/
  /*width: 1032px;*/
}
.home_products_wrap .box .txt{
  font-weight: 500;
  line-height: 2;
}
.home_products_wrap .box .read_more{
  margin-top: 50px;
}

/**/
.home_posts_wrap{
  display: flex;
  justify-content: flex-start;
}


.home_posts_wrap .box1{
  width: 160px;
  margin-right: 140px;
}
.home_posts_wrap .box2{
  /*width: 860px;*/
  width: calc(100% - 160px - 140px);
}
.home_posts_wrap .link{
  margin-top: 50px;
}
.home_posts_wrap .link a{
  color: #4319B4;
  border-bottom: 1px solid #4319B4;
  position: relative;
  background-image: url('/img/link_arr.png');
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 35px;
  padding-bottom: 10px;
}


.home_posts_wrap .box2{
  
}

.home_news_items{
  
}
.home_news_items .item{
  display: flex;
}
.home_news_items .item + .item{
  margin-top: 40px;
}
.home_news_items .item .date{
  width: 115px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #aaaaaa;
}
.home_news_items .item .title{
  width: calc(100% - 115px);
  font-weight: 500;
}

.home_posts_wrap.blog_bg{
  
  width: 2000px;
  /*padding-top: 30px;*/
  padding-bottom: 120px;
  position: relative;
}
.home_posts_wrap.blog_bg:after{
  /*content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -125px;
  right: 0;
  z-index: -1;
  background-image: url('/img/home/blog_bg.jpg');
  background-repeat: no-repeat;
  background-position: left center;*/
}
.home_posts_wrap.blog_bg .box2{
  width: 1150px;
  max-width: 100%;
}

/**/
.home_blog_items{
  display: flex;
  flex-wrap: wrap;
  margin-left: -36px;
  margin-right: -36px;
  
}
.home_blog_items .item{
  width: 33.333%;
  padding-left: 36px;
  padding-right: 36px;
}
.home_blog_items .item:nth-child(n+4){
  margin-top: 30px;
}
.home_blog_items .item .inner{
  height: 100%;
}
.home_blog_items .item .img{
  display: block;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.home_blog_items .item .img:before{
  content: "";
  display: block;
  padding-top: 66.76%;
}
.home_blog_items .item .img img{
  
}
.home_blog_items .item .date{
  margin-top: 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #aaaaaa;
}
.home_blog_items .item .title{
  margin-top: 10px;
}
.home_blog_items .item .txt{
  
}

/**/
.home_recruit_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_recruit_wrap .tt2{
  width: 100%;
}
.home_recruit_wrap .box1{
  width: 670px;
}
.home_recruit_wrap .box2{
  width: 380px;
}

/* **********************************
 *  製品ラインナップ
 * ********************************* */
.pg_products1{
  
}
.pg_products1 .section#sec1{
  
}
.pg_products2{
  
}
.pg_products2 .section#sec1{
  
}


body.single-products .main{
  padding-top: 10px;
}


.products_tt{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 70px;
  position: relative;
}
.products_tt span{
  padding: 0 40px;
  background: #FFF;
}
.products_tt span img{
  width: 500px;
}

.products_tt:before{
  content: "";
  width: 100%;
  height: 1px;
  background: #878181;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: -1;
}


.products_items{
  display: flex;
  flex-wrap: wrap;
  /*margin-left: -25px;*/
  /*margin-right: -25px;*/
  margin-left: 40px;
  margin-right: 40px;
}
.products_items .item{
  width: 33.333%;
  /*padding-left: 25px;*/
  /*padding-right: 25px;*/
  padding: 30px 20px;
  border: 1px solid #EEE;
}
/*.products_items .item:nth-child(n+4){
  margin-top: 100px;
}*/
.products_items .item .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 100%;
}
.products_items .item .inner .box1{
  width: 51.88%;
}
.products_items .item .inner .box2{
  width: 45.28%;
  padding-bottom: 40px;
  position: relative;
}
.products_items .item .img{
  display: block;
  text-align: center;
  /*background-size: contain;*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  /*border: 1px solid #d3d2d2;*/
}
.products_items .item .img:before{
  content: "";
  display: block;
  padding-top: 123.6%;
}
.products_items .item .img img{
  
}
.products_items .item .title{
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.products_items .item .txt{
  font-weight: 500;
}
.products_items .item .txt ul{
    list-style: disc;
    margin-left: 1.5em;;
}
.products_items .item .txt ul li + li{
    /*margin-top: 1em;*/
}

  
.products_items .item .link_btn{
  position: absolute;
  bottom: 0;
  left: 0;
}

/* 詳細ページ */
.product_details{
  margin-bottom: 90px;
}
.product_details .main_img{
  text-align: center;
  margin-bottom: 45px;
}
.product_details .sub_img{
  text-align: right;
  margin-bottom: 30px;
}

.product_details .docimg{
  text-align: center;
  /*margin-top: 30px;*/
}

.product_details .title{
  margin-bottom: 30px;
}
.product_details .txt{
  
}
.product_details .txt ul{
  list-style: disc;
  margin-left: 1.5em;;
}
.product_details .txt ul li + li{
  margin-top: 1em;
}
.product_details .download{
  margin-top: 50px;
  text-align: center;
}
.product_details .download a{
  margin: 0 auto;
}

.product_details .spec{
  margin-top: 100px;
}
.product_details .spec tr{
  
}
.product_details .spec th,
.product_details .spec td{
  border: 1px solid #111;
}
.product_details .spec .grp{
  width: 60px;
  padding: 15px 15px;
  text-align: center;
}
.product_details .spec th{
  width: 330px;
  text-align: left;
  padding-left: 75px;
}
.product_details .spec td{
  padding-left: 50px;
}

.product_details .main_slider{
  margin-bottom: 30px;
}

.product_content{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  
}
.product_content .box1{
  width: 49%;
}
.product_content .box1.w{
  width: 100%;
}
.product_content .box2{
  width: 49%;
}



/* **********************************
 *  導入事例
 * ********************************* */
.pg_xxxx{
  
}
.pg_xxxx .section#sec1{
  
}
.pg_xxxx .section#sec2{
  
}
.pg_xxxx .section#sec3{
  
}


/* カテゴリ一覧 */
.works_cat_items{
  display: flex;
  flex-wrap: wrap;
  /*margin-left: 15px;*/
  /*margin-right: 15px;*/
}
.works_cat_items .item{
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}
.works_cat_items .item:nth-child(n+5){
  margin-top: 100px;
}
.works_cat_items .item .inner{
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  height: 100%;
}
.works_cat_items .item .inner .box1,
.works_cat_items .item .inner .box2{
  width: 100%;
}
.works_cat_items .item .img{
  display: block;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 20px;
}
/*.works_cat_items .item .img:before{
  content: "";
  display: block;
  padding-top: 75%;
}*/
.works_cat_items .item .img img{
  width: 100%;
}
.works_cat_items .item .title{
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}
.works_cat_items .item .txt{
  
}
.works_cat_items .link_btn{
  text-align: center;
  margin-top: 20px;
}

/* 検索一覧 */
.works_cat_header{
  margin-bottom: 150px;
}

.works_cat_header .title{
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  
}
.works_cat_header .title span{
  display: inline-block;
  border-bottom: 2px solid #4319b4;
  padding-bottom: 10px;
}

.works_cat_header .txt{
  margin-top: 30px;
  padding: 0 50px;
  font-size: 18px;
}
.works_items{
  display: flex;
  flex-wrap: wrap;
  /*margin-left: -17px;*/
  /*margin-right: -17px;*/
}
.works_items .item{
  width: 25%;
  padding-left: 17px;
  padding-right: 17px;
}
.works_items .item:nth-child(n+5){
  margin-top: 100px;
}
.works_items .item .inner{
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  height: 100%;
}
.works_items .item .inner .box1,
.works_items .item .inner .box2{
  width: 100%;
}
.works_items .item .img a{
  display: block;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.works_items .item .img a:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.works_items .item .title{
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 10px;
}
.works_items .item .txt{
  font-size: 18px;
  font-weight: 500;
}
.works_items .item .link_btn{
  margin-top: 0px;
  text-align: center;
}

/* 詳細 */

.works_detail{
  margin-bottom: 100px;
}
.works_detail .main_img{
  text-align: center;
  margin-bottom: 50px;
}
.works_detail .title{
  margin-bottom: 20px;
}

/* **********************************
 *  お知らせ
 * ********************************* */
.pg_news1{
  
}
.pg_news1 .section#sec1{
  
}
.pg_news2{
  
}
.pg_news2 .section#sec1{
  
}


.news_items_wrap{
  background-image: url('/img/news_wrap_bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px;
  margin-bottom: 100px;
}
.news_items{
  background: #FFF;
  padding: 50px;
}
.news_items .item{
  display: flex;
  flex-wrap: wrap;
}
.news_items .item + .item{
  margin-top: 30px;
}
.news_items .item .date{
  width: 185px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #aaaaaa;
}
.news_items .item .title{
  width: calc(100% - 185px);
  font-weight: 500;
  
}
.news_items .item .title a{
  display: block;
  padding-right: 15px;
  position: relative;
}
.news_items .item .title a: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%);
  color: #aaaaaa;
}

.news_detail{
  background: #FFF;
  padding: 50px 55px;
}

.news_detail .meta{
  margin-bottom: 40px;
}
.news_detail .title{
  font-size: 30px;
}
.news_detail .date{
  font-weight: 500;
}

/* **********************************
 *  ブログ
 * ********************************* */
.pg_xxxx{
  
}
.pg_xxxx .section#sec1{
  
}
.pg_xxxx .section#sec2{
  
}
.pg_xxxx .section#sec3{
  
}


.blog_items{
  display: flex;
  flex-wrap: wrap;
  /*margin-left: -10px;*/
  /*margin-right: -10px;*/
  margin-left: 5px;
  margin-right: 5px;
}
.blog_items .item{
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}
.blog_items .item:nth-child(n+5){
  margin-top: 80px;
}
.blog_items .item .inner{
  height: 100%;
}
.blog_items .item .img{
  margin-bottom: 5px;
}
.blog_items .item .img a{
  display: block;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.blog_items .item .img a:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.blog_items .item .title{
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.blog_items .item .date,
.pg_blog .works_detail .date{
  color: #aaaaaa;
  font-weight: 700;
}
.pg_blog .works_detail .date{
  margin-bottom: 10px;
}

/* **********************************
 *  
 * ********************************* */
.pg_xxxx{
  
}
.pg_xxxx .section#sec1{
  
}
.pg_xxxx .section#sec2{
  
}
.pg_xxxx .section#sec3{
  
}

/* **********************************
 *  
 * ********************************* */
.pg_xxxx{
  
}
.pg_xxxx .section#sec1{
  
}
.pg_xxxx .section#sec2{
  
}
.pg_xxxx .section#sec3{
  
}


/* **********************************
 *  会社概要
 * ********************************* */
.pg_company{
  
}
.pg_company .section#sec1{
  background-image: url('/img/company/bg.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 160px;
}
.pg_company .section#sec2{
  margin-top: 50px;
}
.pg_company .section#sec3{
  margin-top: 50px;
}

.company_msg_wrap{
  padding: 30px;
  background-image: url('/img/company/msg_bg.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
}
.company_msg_wrap .inner{
  background: #FFF;
  position: relative;
}
.company_msg_wrap .inner:after{
  content: "";
  background: #FFF;
  width: 1000px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
}
.company_msg_wrap .txt{
  padding: 90px 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.944;
  text-align: center;
}

/**/
.company_greeting_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 80px;
}
.company_greeting_wrap .box1{
  width: 47.32%;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.944;
}
.company_greeting_wrap .box2{
  width: 48.66%;
}

/**/
.company_tbl{
  margin-top: 100px;
}
.company_tbl tr{
  border-bottom: 1px solid #aaaaaa;
}
.company_tbl tr:first-child{
  border-top: 1px solid #aaaaaa;
}
.company_tbl tr th,
.company_tbl tr td{
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  padding: 20px 10px;
}
.company_tbl tr th{
  width: 330px;
  padding-left: 90px;
}
.company_tbl tr td{
  
}

.company_tbl ul{
  
}
.company_tbl ul li{
  padding-left: 1.5em;
  text-indent: -1.5em;
}

/**/
.company_map{
  margin-top: 150px;
}
.company_map iframe{
  
}
.company_access{
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
}
.company_access .item{
  width: 50%;
  font-size: 18px;
  font-weight: 700;
}
.company_access .item:nth-child(n+3){
  margin-top: 60px;
}

.company_access .item h3{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}
.company_access .item h3 span{
  display: inline-block;
  border-bottom: 1px solid #4319b4;
}
.company_access .item ul{
  /*list-style: disc;*/
  /*margin-left: 2em;*/
}
.company_access .item ul li{
  
}

.company_access .item dl{
  display: flex;
  justify-content: space-between;
  width: 400px;
  max-width: 100%;
}
.company_access .item dl dt{
  display: flex;
  align-items: center;
  white-space: nowrap;
  width: calc(100% - 90px - 10px);
}
.company_access .item dl dt:after{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #111;
  margin-left: 10px;
}
.company_access .item dl dd{
  width: 90px;
}



/* **********************************
 *  採用情報
 * ********************************* */
.pg_recruit{
  
}
.pg_recruit .section#sec1{
  
}
.pg_recruit .section#sec2{
  margin-top: 140px;
}
.pg_recruit .section#sec3{
  
}

.recruit_msg_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 80px;
}
.recruit_msg_wrap .box1{
  width: 48.66%;
}
.recruit_msg_wrap .box2{
  width: 47.32%;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.944;
}
.recruit_msg_wrap .tt2{
  margin-bottom: 15px;
}

.recruit_msg1{
  font-size: 30px;
  font-weight: 700;
  color: #4319b4;
  text-align: center;
  margin-bottom: 50px;
}
.recruit_msg2{
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 90px;
}


.recruit_job_nav{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 90px;
}
.recruit_job_nav li{
  width: 50%;
  
}
.recruit_job_nav li a{
  display: block;
  width: 315px;
  max-width: 100%;
  margin: 0 auto;
  padding: 18px 10px;
  background: #FFF;
  box-shadow: 0 0 8px -2px #ccc;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  position: relative;
}
.recruit_job_nav li a:after{
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  bottom: 10px;
  right: 10px;
  z-index: -1;
  
  background-image: url('/img/recruit/job_nav_bg.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% 100%;
}

.recruit_tbl{
  margin-top: 50px;
}
.recruit_tbl th,
.recruit_tbl td{
  border: 1px solid #aaaaaa;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}
.recruit_tbl th{
  width: 330px;
  padding-left: 80px;
}
.recruit_tbl td{
  padding-left: 45px;
}

/* **********************************
 *  お問い合わせ
 * ********************************* */
.pg_contact{
  
}
.pg_contact .section#sec1{
  
}
.pg_contact .section#sec2{
  
}
.pg_contact .section#sec3{
  
}

.contact_tt{
  text-align: center;
  font-weight: bold;
  font-size: 23px;
  letter-spacing: 0.2em;
}

.pg_contact .privacy{
  margin-top: 80px;
}
