@charset "UTF-8";
/*
Theme Name: MY-THEME
*/
@import "style-visual.css";

/* Webフォント読込サンプル */
/*
@font-face {
  font-family: "Font-Family-NAME";
  src: url(css/fonts/font-file.woff2) format("woff2"),
  url(css/fonts/font-file.woff) format("woff"),
  url(css/fonts/font-file.eot) format("eot");
  font-weight: 400;
  font-style: normal;
}
*/

/* ==========================================================================
   サイト毎の独自のスタイル
   ========================================================================== */

/* 基本フォント: ゴシック */
body{
  font-family:  'Noto Sans JP', "游明朝体", "Yu Mincho", YuMincho, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.85;
  color: #111111;
}

/* 基本フォント: 明朝 */
/**/
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 #011570;
  text-align: left;
  padding: 15px;
}
.tbl th{
  width: 280px;
  background: #eeeeee;
  padding-left: 90px;
  font-weight: 500;
}
.tbl td{
  padding-left: 50px;
}


/* スクロール テーブル */
.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;
  }
}

/* **********************************
 *  コンテナ
 * ********************************* */
.wrapper{
  overflow-x: hidden;
}
.container{
  width: 1140px;
  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: no-repeat center top / auto 380px;
}
.pg_header .container{
  padding-top: 280px;
  position: relative;
}
.pg_header .tt1 {
  font-size: 36px;
  margin-top: -30px;
  margin-bottom: 15px;
  line-height: 1.7;
  letter-spacing: 6px;
  border-bottom: 5px solid #dcdcdc;
  position: relative;
}
.pg_header .tt1:before{
  content: "";
  height: 5px;
  width: 225px;
  display: block;
  background: #011570;
  position: absolute;
  left: 0;
  bottom: -5px;
}

/* 共通のfloat ボックスとして定義しておく */
.box_l{
  float: left;
}
.box_r{
  float: right;
}

/* ▼サンプル▼ 利用箇所毎に幅指定だけで済むように */
/*
.post_list .post_box .box_l {
    width: 70%;
}
.post_list .post_box .box_r {
    width: 25%;
}
*/

/* ▼サンプル▼ リストなどでアイキャッチがない場合のclass */
/*
.post_list .post_box .box_w{
  width: 100%;
}
*/

/*
 * 共通クラスとして定義しておく
 * リスト組みのテンプレート
 * 
 */

.listbox{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.listbox .item{
  display: block;
  width: 100%;
}
.listbox .item .img{
  position: relative;
  display: block;
  overflow: hidden;
}
.listbox .item .img:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.listbox .item .img.img2x1:before{
  padding-top: 50%;
}
.listbox .item .img.img1x2:before{
  padding-top: 200%;
}
.listbox .item .img.img2x3:before{
  padding-top: 150%;
}
.listbox .item .img.img3x2:before{
  padding-top: 66.666666%;
}
.listbox .item .img.img3x4:before{
  padding-top: 133.333333%;
}
.listbox .item .img.img4x3:before{
  padding-top: 75%;
}
.listbox .item .img.img16x9:before{
  padding-top: 56.25%;
}
.listbox .item .img img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.listbox .item .title{
  
}
.listbox .item .date{
  
}
.listbox .item .txt{
  
}


/* ▼サンプル▼ 利用箇所ごとにマージンなど設定 */
/*
.post_content .col1,
.post_content .col2,
.post_content .col3{
  margin-bottom: 20px;
}
*/


/* **********************************
 *  ヘッダー
 * ********************************* */
header{
  padding: 30px 0;
}
header .hdr1{
  margin-bottom: 10px;
  line-height: 1;
  background: url(/img/hdr_bg.jpg) repeat-x;
  color: #ffffff;
}
header .hdr1 .container{
  height: 54px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .hdr1 .hdr_logo{
}
header .hdr1 .hdr_contact .form{
  width: 190px;
  padding: 12px;
  margin-left: 20px;
  background: #ffffff;
  color: #01156f;
  display: inline-block;
  text-align: center;
}
header .hdr1 .hdr_contact .form i{
  margin-right: 8px;
}


/* **********************************
 *  グローバルナビ
 * ********************************* */
.gnav{
  margin: 45px 0 15px;
}
.gnav .container > ul{
  margin: 0 -25px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  /*font-size: 18px;*/
  line-height: 1;
}
.gnav .container > ul > li{
  /*width: 100%;*/
  position: relative;
}
.gnav .container > 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: #333;
  text-decoration: none;
  display: block;
  padding: 0 27px;
  letter-spacing: 3px;
  text-indent: 3px;
}
.gnav li + li{
  border-left: 1px solid;
}
.gnav li a:hover{
}

.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;
  
  /*background: #CCC;*/
  background-image: url('/img/top/mv.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.mv .container{ 
  height: 650px;
  display: flex;
  align-items: flex-end;
}
.mv .mv_box{
  margin: 0 0 10px;
}
.mv .mv_box .txt{
  font-size: 32px;
}
.mv .mv_box .img{
  
}
.mv .mv_box .img img{
  
}


/* **********************************
 *  フッター
 * ********************************* */
footer{
  padding: 80px 0 0;
  background: #eeeeee;
}

footer .ftr1{
  margin-bottom: 30px;
}
.ftr_links{
  margin: 0 -20px;
  display: flex;
  justify-content: space-around;
}
.ftr_links li{
  /*width: 100%;*/
  text-align: center;
  line-height: 1;
}
.ftr_links li + li{
  border-left: 1px solid;
}
.ftr_links li a{
  padding: 0 23px;
  font-weight: 500;
}
.min_nav{  
  font-size: 14px;
  margin: 30px -20px 0;
  justify-content: flex-end;
  line-height: 1;
}
.min_nav li a{
  padding: 0 15px;
  line-height: 1;
  display: inline-block;
}
.min_nav li + li a{  
  border-left: 1px solid;
}

footer .ftr2{
  margin-bottom: 50px;
}
footer .ftr2 .box1 .logo{
  margin-bottom: 20px;
  display: inline-block;
}
footer .ftr2 .box1 p{
  line-height: 1.625;
  letter-spacing: 3.2px;
}
footer .ftr2 .box1 .golink{
  font-size: 16px;
  margin-top: 10px;
  padding-left: 20px;
  max-width: 280px;
  border-radius: 0;
  font-weight: 500;
  letter-spacing: 3px;
}
footer .ftr2 .box2{
  text-align: right;
}
footer .ftr2 .box2 .desc{
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: 1px dotted;
}
footer .ftr2 .container{
  display: flex;
  justify-content: space-between;
}

footer .copy{
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}
footer .copy a{
  /*color: #111;*/
}


.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  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;
}
.footer_fix ul li{
  /*display: table-cell;*/
  text-align: center;
  /*vertical-align: middle;*/
}
.footer_fix ul li.btn1{
  width: 38%;
  border-right: 1px solid #101f67;
}
.footer_fix ul li.btn2{
  width: 24%;
}
.footer_fix ul li a{
  display: block;
  padding: 10px 10px 5px;
  background-image: -moz-linear-gradient( 90deg, rgb(1,10,53) 0%, rgb(1,22,115) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(1,10,53) 0%, rgb(1,22,115) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(1,10,53) 0%, rgb(1,22,115) 100%);
  color: #ffffff;
  text-decoration: none;
}
.footer_fix ul li a i{
  font-size: 22px;
  display: block;
}


/* 検索フォーム */
.pg_404{
  text-align: center;
}
.pg_404 .golink{
  margin: 50px auto 0;
}
.error404 .pg_header .en img{
  height: auto;
}

.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: 17px 10px;
  border-bottom: 1px dotted;
  display: flex;
  align-items: center;
  position: relative;
}
/*.post_items .item:last-child{
  border-bottom: 1px dotted;
}*/
.post_items .item .img{
  
}
.post_items .item .date{
  width: 170px;
  /*font-size: 15px;*/
  /*color: #5a5a5a;*/
  letter-spacing: 1.5px;
  border-right: 1px solid;
  line-height: 1;
}
.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% - 170px);
  padding-left: 70px;
  letter-spacing: 0.5px;
  /*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 .date{
  border-right: 0;
}
.post_items .item.single_item .title{
  width: 100%;
  font-size: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #CCC;
  padding-left: 0;
}
.post_items .item.single_item .post_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;
}

/* ページ送り(一覧) */
.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 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: #f0f0f0;
  text-align: center;
  padding: 20px;
  margin-bottom: 70px;
}
.contact_info .box1{
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.14em;
}
.contact_info .box2{
  margin-top: 20px;
  background: #FFFFFF;
  padding: 20px 5px;
  line-height: 1;
}
.contact_info .box2 .icon{
  display: inline-block;
  font-size: 25px;
  font-weight: bolder;
  background: #011570;
  color: #FFFFFF;
  padding: 5px 15px;
  margin-right: 10px;
  vertical-align: middle;
  border-radius: 5px;
}
.contact_info .box2 .tel + .icon{
  margin-left: 65px;
}
.contact_info .box2 .tel{
  display: inline-block;
  font-size: 44px;
  font-weight: 400;
  vertical-align: middle;
  color: #323232;
}
.contact_info .box2 .tel a{
  display: block;
}
.contact_info .box2 .txt{
  display: block;
  font-weight: bold;
  margin-top: 20px;
}

.contact_form{
  width: 100%;
  border: 1px solid #b2b2b2;
}
.contact_form tr{
  border-bottom: 1px solid #b2b2b2;
}
.contact_form th,
.contact_form td{
  padding: 8px 18px;
  font-weight: normal;
  text-align: left;
}
.contact_form th{
  width: 310px;
  padding: 15px 12px 12px 18px;
  background: #f0f0f0;
  vertical-align: top;
}
.contact_form th .require{
  display: inline-block;
  padding: 0px 12px;
  color: #FFF;
  background: #b80000;
  font-size: 14px;
  font-weight: 700;
  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.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 td .wpcf7-form-control-wrap{
  display: block;
}
.contact_form td .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  margin-top: 5px;
}
.contact_form td .wpcf7-form-control,
.contact_form td .wpcf7c-conf-hidden {
  padding: 6px 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="addr1"]{
  width: 150px;
}
.contact_form td [name="addr1"]{
  width: 180px;
}
.contact_form td [name="addr2"]{
}
.contact_form .your-subject select{
  width: 320px;
}
.contact_form td .wpcf7-form-control-wrap.zipcode{
  display: flex;
  align-items: stretch;
}
.contact_form td .wpcf7-form-control-wrap.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: 0 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: 20px;
}
.contact_form_acceptance a{
  color: #1a3e9b;
}
.contact_form_acceptance span.wpcf7-list-item{
  margin: 0;
}

/* コンタクトフォーム - ボタン */
.contact_form_btns{
  text-align: center;
  padding: 30px 0;
}
.contact_form_btns input[type="submit"],
.contact_form_btns input[type="button"]{
  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 input.wpcf7-confirm{
  
}
.contact_form_btns input.wpcf7-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{
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
}
.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: 30px;
}
.privacy_items .item h4{
  font-size: 18px;
  
  border-left: 6px solid #bbbbbb;
  padding-left: 15px;
  margin-bottom: 10px;
}
.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-bottom: 100px;
  font-size: 14px;
  /*overflow-x: auto;*/
  flex-wrap: wrap;
}
.breadcrumb li{
  display: inline;
  white-space: normal;
  letter-spacing: 1px;
}
.breadcrumb li + li{
  margin-left: 15px;
}
.breadcrumb li:last-child{
  font-weight: 500;
}
.breadcrumb li a{
  position: relative;
  padding-right: 30px;
}
.breadcrumb li a:after{
  content: "＞";
/*  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: 0 0 150px;
}
.home .main{
  padding: 0 0 50px; 
}


.tt1{
  /*font-size: 20px;
  font-weight: bold;
  line-height: 1.4;*/
}
.tt1 span{
  /*display: block;
  text-align: center;
  font-size: 12px;*/
}
.tt2{
  
}
.tt2 span{
  
}
.tt3{
  
}
.tt3 span{
  
}
.tt4{
  
}
.tt4 span{
  
}
.tt5{
  
}
.tt5 span{
  
}

/* **********************************
 *  Home
 * ********************************* */
.pg_home{
  
}
.pg_home .section#sec1{
  padding: 140px 0 100px;
}
.pg_home .section#sec1 .container{
  position: relative;
}
.pg_home .section#sec1 .news_ttl{
  max-width: 315px;
  font-size: 22px;
  padding: 0 10px 3px;
  margin-bottom: 30px;
  letter-spacing: 5px;
  border-bottom: 3px solid #dcdcdc;
  position: relative;
}
.pg_home .section#sec1 .news_ttl:before{
  content: "";
  width: 120px;
  height: 3px;
  background: #011570;
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
}
.golink{
  max-width: 238px;
  width: 100%;
  font-size: 14px;
  padding: 8px;
  border-radius: 5px;
  background-image: -moz-linear-gradient( 90deg, rgb(1,10,53) 0%, rgb(1,22,115) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(1,10,53) 0%, rgb(1,22,115) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(1,10,53) 0%, rgb(1,22,115) 100%);
  color: #ffffff;
  text-align: center;
  letter-spacing: 2px;
  text-indent: 2px;
  display: block;
}
.golink:after{
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
}
.golink:hover{
  text-decoration: none;
  opacity: 0.7;
}
.pg_home .section#sec1 .golink{
  max-width: 160px;
  padding: 5px 8px;
  position: absolute;
  right: 10px;
  top: 20px;
}
.pg_home .section#sec2{
  padding: 130px 0 150px;
  background: url(/img/top/business_txt.png) no-repeat center top;
}
.flex{
  display: flex;
  flex-wrap: wrap;
}
.pg_home .section#sec2 .flex{
  align-items: center;
}
.pg_home .section#sec2 .img,
.pg_home .section#sec2 .txt{
  width: 50%;
}
.pg_home .section#sec2 .txt{
  padding-left: 20px;
}
.pg_home .section#sec2 .txt .large{
  font-size: 28px;
  margin-bottom: 30px;
  line-height: 1.5;
}
.pg_home .section#sec2 .txt .golink{
  padding: 12px;
  margin-top: 60px;
}
.pg_home .section#sec3 .flex{
  padding: 20px 0;
  background: #eeeeee;
}
.pg_home .section#sec3 .box{
  /*width: 25%;*/
  width: calc(100% / 3);
  position: relative;
  display: block;
  background: no-repeat center / cover;
}
.pg_home .section#sec3 .box:before{
  padding-top: 85%;
  content: "";
  display: block;
}
.pg_home .section#sec3 .box:hover{
  opacity: 0.7;
}
.pg_home .section#sec3 .box .ttlbox{
  width: 300px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.pg_home .section#sec3 .box .ttlbox .ttl{
  font-size: 24px;
  padding: 15px;
  background: -moz-linear-gradient(top, rgba(1,22,115,0.7) 0%, rgba(1,10,53,0.7) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(1,22,115,0.7) 0%,rgba(1,10,53,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(1,22,115,0.7) 0%,rgba(1,10,53,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #ffffff;
  letter-spacing: 2px;
  text-indent: 2px;
  font-weight: 500;
}
.pg_home .section#sec3 .box .ttlbox .en{
  padding: 5px;
  letter-spacing: 3.5px;
  background: rgba(255,255,255,0.78);
  font-weight: 700;
}

/* 共通：お問い合わせ */
.contact_box{
  padding: 180px 0 0;
  margin-bottom: 150px;
  background: url(/img/contact_txt.png) no-repeat center 40px;
  position: relative;
}
.contact_box:before{
  content: "";
  width: 50%;
  height: 380px;
  background-image: -moz-linear-gradient( 90deg, rgb(1,10,53) 0%, rgb(1,22,115) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(1,10,53) 0%, rgb(1,22,115) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(1,10,53) 0%, rgb(1,22,115) 100%);
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.contact_box .bdr:before,
.contact_box .bdr:after{
  content: "";
  width: 100%;
  height: 1px;
  background: #d6d8e1;
  display: block;
  position: relative;
  z-index: -1;
}
.contact_box .flex{
  height: 380px;
  position: relative;
  z-index: 5;
  align-items: center;
}
.contact_box .txt,
.contact_box .info{
  width: 50%;
  padding: 50px;
  text-align: center;
}
.contact_box .txt{
  color: #ffffff;
}
.contact_box .txt .ttl{
  font-size: 24px;
  padding: 20px 0;
  margin: 0 auto 20px;
  letter-spacing: 5px;
  border-bottom: 1px solid;
}
.contact_box .txt .ttl + p{
  letter-spacing: 2px;
  font-weight: 500;
}
.contact_box .info .tel + p{
  margin-top: 18px;
  font-weight: 700;
}
.contact_box .info .border{
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dotted;
}
.contact_box .info .goform{
  max-width: 364px;
  width: 100%;
  font-size: 20px;
  padding: 12px;
  margin: 0 auto;
  border: 1px solid #011570;
  color: #011570;
  display: block;
  letter-spacing: 2px;
  text-indent: 2px;
}
.contact_box .info .goform i{
  margin-right: 10px;
}


/* **********************************
 *  会社概要
 * ********************************* */
.pg_company{
  
}
.pg_company .section#sec1{
  
}
.pg_company .section#sec2{
  
}
.pg_company .section#sec3{
  
}


/* **********************************
 *  お問い合わせ
 * ********************************* */
.pg_contact{
  
}
.pg_contact .section#sec1{
  
}
.pg_contact .section#sec2{
  
}
.pg_contact .section#sec3{
  
}

.pg_contact h2,
.privacy_tt h3{
  font-size: 23px;
  font-weight: 400;
  letter-spacing: 4.5px;
  text-align: center;
}

.pg_contact .privacy{
  margin-top: 80px;
}
.pg_contact .privacy .item{
  line-height: 2.4;
}

.contact_msg{
  text-align: center;
  letter-spacing: 0.16em;
  margin-bottom: 75px;
}
.contact_msg .txt{
  display: inline-block;
  text-align: left;
}


/* **********************************
 *  事業内容
 * ********************************* */
.pg_business {
  
}
.ov_common{
  padding-bottom: 30px;
  margin-bottom: 100px;  
}
.pg_business .ov_common{
  background: url(/img/business/img_1.jpg) no-repeat left top / 50% auto;
}
.ov_common .flex{
  justify-content: flex-end;
}
.ov_common .txt{
  width: 50%;
  height: 460px;
  padding-left: 20px;
}
.under_ttl{
  font-size: 28px;  
  margin-bottom: 25px;
  line-height: 1;
  text-align: center;
}
.under_ttl span{    
  padding: 0 0 15px;
  line-height: 1;
  display: inline-block;
  border-bottom: 3px solid #011570;
}
.ov_common .under_ttl{
  text-align: left;
}

.pg_business .section#sec2{
  padding: 60px 0 50px;
  background: #eeeeee;
  border-bottom: 1px solid #d6d8e1;
  border-top: 1px solid #d6d8e1;
}
.pg_business .section#sec2 .under_ttl{
  margin-bottom: 55px;
}
.pg_business .section#sec2 .flex{
  margin: 0 -15px;
}
.pg_business .section#sec2 .box{
  width: calc(100% / 3);
  padding: 0 15px;
}
.pg_business .section#sec2 .large{
  font-size: 26px;
  margin: 5px 0 10px;
  text-align: center;
  font-weight: 700;
}
.pg_business .section#sec3{
  padding: 150px 0 80px;
}

.pg_business .section#sec3 .flow_box + .flow_box{
  margin-top: 60px;
}
.pg_business .section#sec3 .flow_box .ttl{
  font-size: 22px;
  margin-bottom: 30px;
  padding: 6px 0;
  letter-spacing: 4.5px;
  border-bottom: 3px solid #dcdcdc;
  position: relative;
  display: flex;
}
.pg_business .section#sec3 .flow_box .ttl span{
  width: 120px;
  margin-right: 40px;
  text-align: center;
  display: inline-block;
}
.pg_business .section#sec3 .flow_box .ttl:before{
  content: "";
  width: 120px;
  height: 3px;
  background: #011570;
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
}
.pg_business .section#sec3 .flow_box .ttl .tt{
  width: calc(100% - 120px);
  margin-right: 0;
  text-align: left;
}
.pg_business .section#sec3 .flow_box .txt{
  width: calc(100% - 200px);
  padding-left: 50px;
}
.pg_business .section#sec3 .flow_box .golink {
  margin: 12px 0 6px;
  max-width: 190px;
  width: 100%;
  font-size: 16px;
  padding: 8px;
  border-radius: 0;
}
.pg_business .section#sec3 .flow_box .golink:after{
  display: none;
}
.pg_business .section#sec3 .flow_box .golink i{
  margin-right: 10px;
}
.pg_business .section#sec3 .flow_box p img + img{
  margin-left: 20px;
}
.mb10{
  margin-bottom: 10px!important;
}


/* **********************************
 *  設備紹介
 * ********************************* */
.pg_slug_facility .pg_header .tt1{
  margin-top: -70px;
}

.pg_facility .ov_common{
  background: url(/img/facility/img_0.jpg) no-repeat left top / 50% auto;
}
.pg_facility .section#sec2 .box + .box{
  margin-top: 72px;
}
.pg_facility .section#sec2 .box .ttl,
.pg_facility .section#sec3 .ttl{
  font-size: 22px;
  padding: 2px 0;
  margin-bottom: 25px;
  font-weight: 500;
  letter-spacing: 4.3px;  
  border-bottom: 3px solid #dcdcdc;
  position: relative;
  display: flex;
}
.pg_facility .section#sec2 .box .ttl:before,
.pg_facility .section#sec3 .ttl:before{
  content: "";
  width: 120px;
  height: 3px;
  background: #011570;
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
}
.pg_facility .section#sec2 .flex{
  align-items: flex-start;
}
.pg_facility .section#sec2 .img{
  width: 31.5%;
  position: relative;
  background: no-repeat center / cover;
}
.pg_facility .section#sec2 .img:before{
  padding-top: 70%;
  content: "";
  display: block;
}
.pg_facility .section#sec2 .txt{
  width: 68.5%;
  padding-left: 35px;
}
.pg_facility .section#sec3{
  padding: 145px 0;
}
.pg_facility .section#sec3 .ttl{
  margin-bottom: 42px;
}
.pg_facility .section#sec3 table th,
.pg_facility .section#sec3 table td{
  padding: 13px 10px;
}
.bg_grey{
  padding: 60px 0;
  background: #eeeeee;
  border-bottom: 1px solid #d6d8e1;
  border-top: 1px solid #d6d8e1; 
}
.pg_facility .section#sec4{
  padding: 60px 0 30px;
}
.pg_facility .section#sec4 .under_ttl{
  margin-bottom: 40px;
}
.pg_facility .section#sec4 .flex{
  margin: 0 -15px;
}
.pg_facility .section#sec4 .box{
  width: calc(100% / 3);
  margin-bottom: 30px;
  padding: 0 15px;
}
.pg_facility .section#sec4 .box .img{
  margin-bottom: 10px;
  width: 100%;
  position: relative;
  background: no-repeat center / cover;
}
.pg_facility .section#sec4 .box .img:before{
  padding-top: 125%;
  content: "";
  display: block;
}
.pg_facility .section#sec4 .box .name{
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}
.pg_facility .section#sec4 .box .number{
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 500;
  text-align: center;
}

/* **********************************
 *  製品紹介
 * ********************************* */
.pg_products .section#sec1 .under_ttl{
  margin-bottom: 50px;
  text-align: center;
}
.pg_products .section#sec1 .flex{
  margin: 0 -15px;
}
.pg_products .section#sec1 .box{
  width: calc(100% / 3);
  margin-bottom: 80px;
  padding: 0 15px;
}
.pg_products .section#sec1 .box a{
  display: block;
}
.pg_products .section#sec1 .box a:hover{
  opacity: 0.7;
}
.pg_products .section#sec1 .box .img{
  width: 100%;
}
.pg_products .section#sec1 .box .img{
  width: 100%;
  position: relative;
  background: no-repeat center / cover;
}
.pg_products .section#sec1 .box .img:before{
  padding-top: 80%;
  content: "";
  display: block;
}
.pg_products .section#sec1 .box .ttl{
  font-size: 18px;
  padding: 10px 20px;
  border-bottom: 1px solid #011570;
  background: #eeeeee;
  font-weight: 400;
  position: relative;
}
.pg_products .section#sec1 .box .ttl:after{
  content: "";
  width: 1px;
  height: 20px;
  background: #011570;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.pg_products .section#sec1 .box dl{
  padding: 12px 20px;
  display: flex;
  line-height: 1;
  border-bottom: 1px dotted;
  align-items: flex-start;
}
.pg_products .section#sec1 .box dt{
  width: 74px;
  border-right: 1px solid;
}
.pg_products .section#sec1 .box dd{
  width: calc(100% - 74px);
  padding-left: 35px;
}


/* **********************************
 *  採用情報
 * ********************************* */
.pg_recruit .section#sec1{
  
}
.pg_recruit .section#sec2{
  margin-top: 200px;
  background: #eeeeee;
  padding: 20px 0 50px;
  border-top: 1px solid #d6d8e1;
  border-bottom: 1px solid #d6d8e1;
  position: relative;
}
.pg_recruit .section#sec3{
  margin-top: 140px;
}

.pg_interview .section#sec1{
  padding-top: 20px;
  position: relative;
}

.pg_recruit .under_ttl{
  font-size: 30px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.pg_recruit .under_ttl span{
  border-width: 2px;
}

.pg_recruit .box .ttl{
  font-size: 22px;
  padding: 2px 0;
  margin-bottom: 50px;
  font-weight: 500;
  letter-spacing: 2px;  
  border-bottom: 3px solid #dcdcdc;
  position: relative;
  display: flex;
}
.pg_recruit .box .ttl:before{
  content: "";
  width: 120px;
  height: 3px;
  background: #011570;
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
}

.interview_ttl{
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.interview_ttl + .under_ttl{
  position: relative;
  z-index: 1;
  margin-top: 15px;
}

.interview_items{
  display: flex;
  flex-wrap: wrap;
  margin-left: -40px;
  margin-right: -40px;
  margin-top: 50px;
}
.interview_items .item{
  width: 33.333%;
  padding-left: 40px;
  padding-right: 40px;
}
.interview_items .item .inner{
  
}
.interview_items .item .img{
  
}
.interview_items .item .img a{
  display: block;
  padding-top: 112.5%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.interview_items .item .info{
  color: #FFF;
  background-image: -moz-linear-gradient( 90deg, rgb(1,10,53) 0%, rgb(1,22,115) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(1,10,53) 0%, rgb(1,22,115) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(1,10,53) 0%, rgb(1,22,115) 100%);
  
  position: relative;
}
.interview_items .item .info:after{
  content: "";
  display: block;
  width: 81px;
  height: 16px;
  background-image: url('/img/icon_more.png');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 12px;
  bottom: 10px;
}
.interview_items .item .info > a{
  display: block;
  padding: 8px 15px 35px;
}


.interview_deitails{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 115px;
  margin-bottom: 100px;
}
.interview_deitails .box1{
  width: 50%;
  position: relative;
}
.interview_deitails .box2{
  width: 50%;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #011570;
  border-bottom: 1px solid #011570;
  position: relative;
}
.interview_deitails .box1:before{
  content: "";
  width: 1000px;
  height: 450px;
  background-image: -moz-linear-gradient( 90deg, rgb(1,10,53) 0%, rgb(1,22,115) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(1,10,53) 0%, rgb(1,22,115) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(1,10,53) 0%, rgb(1,22,115) 100%);
  
  position: absolute;
  top: -60px;
  right: 150px;
  z-index: -1;
}
.interview_deitails .box2:before{
  content: "";
  display: block;
  border-top: 1px solid #011570;
  border-bottom: 1px solid #011570;
  position: absolute;
  left: 100%;
  top: -1px;
  bottom: -1px;
  width: 1000px;
}

.interview_deitails .year{
  font-weight: 500;
}
.interview_deitails .title{
  font-size: 20px;
  font-weight: 500;
}
.interview_deitails .dep{
  font-size: 15px;
  margin-top: 10px;
}
.interview_deitails .txt{
  font-size: 15px;
  margin-top: 30px;
}




/* **********************************
 *  会社概要
 * ********************************* */
.pg_company .section#sec1{
  
}
.pg_company .section#sec2{
  margin-top: 130px;
}
.pg_company .section#sec3{
  margin-top: 130px;
}

.pg_company .ttl{
  font-size: 22px;
  padding: 2px 0;
  margin-bottom: 25px;
  font-weight: 500;
  letter-spacing: 2px;  
  border-bottom: 3px solid #dcdcdc;
  position: relative;
  display: flex;
}
.pg_company .ttl:before{
  content: "";
  width: 120px;
  height: 3px;
  background: #011570;
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
}

.company_wrap{
  display: flex;
  justify-content: space-between;
}
.company_wrap .box1{
  width: 320px;
  background: no-repeat center / cover;
}
.company_wrap .box1:before{
  content: "";
  padding-top: 115.5%;
  display: block;
}
.company_wrap .box2{
  width: calc(100% - 320px - 50px);
}