@charset "UTF-8";
/*
Theme Name: MY-THEME
*/

/* ==========================================================================
   サイト毎の独自のスタイル
   ========================================================================== */

/* 基本フォント: ゴシック */
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP');
body{
  font-family:  'Noto Sans Japanese', '游ゴシック体','Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 17px;
  line-height: 30px;
}

/* 基本フォント: 明朝 */
/**/
body{
  /* 游明朝体 */
  /*font-family: "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  /* ヒラギノ明朝 */
  /*font-family: 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro', 'Yu Mincho', '游明朝', 'MS Mincho', 'MS明朝', serif;*/
}

.gothic{
  font-family: '游ゴシック体','Yu Gothic', 'YuGothic', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mincho{
  font-family: "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/*@font-face{
  font-family: 'Noto Serif woff';
  src: url('../../../font/NotoSerifJP-R.woff');
}*/


.notoserif {
    font-family: 'Noto Sans JP', sans-serif;
}



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

img{
  max-width: 100%;
}
a img:hover{
  opacity: 0.8;
}

/* 動画埋め込みのレスポンシブ対応 */
.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%;
}



/* **********************************
 *  コンテナ
 * ********************************* */
.wrapper{
}
.section{
  width: 100%;
  padding: 30px 0; 
}
.container{
  width: 1220px;
  padding: 0 10px; 
  margin: 0 auto;
}

/* 共通の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: 40px 0 30px;
}
header .hdr1{
  margin-bottom: 40px;
}

.center{
  text-align: center;
}


/* **********************************
 *  グローバルナビ
 * ********************************* */
.gnav{
  padding: 0;
  border-top: 1px solid #808080;
}
.gnav > ul{
  /*font-size: 0;*/
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  font-size: 17px;
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  top: -3px;
}
.gnav > ul > li{
  /*vertical-align: top;
  display: inline-block;*/
  /*width: 16.666666%;*/
  position: relative;
}
.gnav li a.active{  
  border-top: 5px solid #0080c6;
}
.gnav li a{
  color: #333;
  text-decoration: none;
  display: block;  
  padding: 15px 15px 0;
}

.gnav .children{
  display: none;
  background: #aaa;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
.gnav li:hover > .children{
  display: block;
}
.gnav .fttl{
  display: none;
}
.gnav li.sp{
  display: none;
}

/* **********************************
 *  フッター
 * ********************************* */
footer{
  padding: 30px 0 15px;
  background: #0080c6;
  color: #fff;
}

footer .ftr1{
  max-width: 1026px;
  margin: 0 auto;
  letter-spacing: 1px;
}
footer .ftr1 .ftr_links{
  display: flex;
  flex-wrap: wrap;
  margin: 0; 
}
footer .ftr1 .ftr_links li:after{
  content: "｜";
}
footer .ftr1 .ftr_links > li:nth-child(11):after{
  content: "";
}

footer .copy{
  font-size: 14px;
  margin: 100px 0 0;
  text-align: center;
}
footer .copy a{
  /*color: #111;*/
}


.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #aec4e5;
  z-index: 1000;
}
.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: 37%;
}
.footer_fix ul li.btn2{
  width: 24%;
}
.footer_fix ul li a{
  display: block;
  padding: 10px;
  line-height: 20px;
  background: #0080c6;
  color: #FFF;
}
.footer_fix ul li a:hover{
  opacity: 1;
}
.footer_fix ul li.btn2 a{
  background: #fabf2e;
}
.footer_fix ul li a i{
  font-size: 28px;
  display: block;
}


/* 検索フォーム */
.search-form{
  padding: 20px 0;
}
.search-form .search-submit{
  padding: 0 10px;
}

/* 記事リスト */
.post_list{
  padding: 20px 0;
}
.post_list .item{
  background: #aec4e5;
  padding: 10px;
  margin-bottom: 20px;
}
.post_list .item:last-child{
  margin-bottom: 0;
}
.post_list .item .box_l{
  width: 20%;
}
.post_list .item .box_r{
  width: 78%;
}

/* ページ送り */
.pagination{
  text-align: center;
}
.pagination .page-numbers{
  display: inline-block;
  font-size: 18px;
  border: 1px solid #CCC;
  padding: 5px 10px;
  margin-bottom: 5px;
  color: #1e1e1e;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover{
  background: #EEE;
}

/* ページ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;
}


/* **********************************
 *  メイン
 * ********************************* */
.main{
  padding: 50px 0 200px;
  min-height: 500px;
}
.home .main{
  padding: 0 0 50px;
}


/* **********************************
 *  トップページ
 * ********************************* */
.loading{
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 9999;
}
.animation{
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  -webkit-animation: lodanimetion 9000ms ease-out forwards infinite;
  animation: lodanimetion 9000ms ease-out forwards infinite;  
  display: flex;
  
}
@keyframes lodanimetion {
  from,to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.home .msg2{
  opacity: 0;
}
.home .mvbg{
  height: 834px;
  background-position: center; 
}
.home .mv {
  padding: 0;
  position: relative;
}
.home .mv .flex{
  width: 100%;
  height: 800px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; 
  position: absolute;
  left: 0;
  top: 0
}
.home .mv .tate,
.home .tate{
  font-size: 41px;
  line-height: 75px;
  text-align: center;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-weight: bold;
  color: #fff;
}
.home .mv .news{
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.home .mv .news{
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255,255,255,0.8);
}
.home .mv .news > h3{
  width: 18%;
  font-size: 22px;
  font-weight: 300;
  padding: 20px;
  background: #0080c6;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 5;
}
.home .mv .news > h3:after{
  content: "";
  display: block;
  border-style: solid;
  border-width: 70px 55px 0 50px;
  border-color: #0080c6 transparent transparent transparent;
  position: absolute;
  right: -55px;
  top: 0;
  z-index: -1;
}
.home .mv .news > p{
  width: 72%;
  padding: 0 0 0 60px;
  letter-spacing: 1px;
}
.home .mv .news > p a{  
  display: flex;
  align-items: center;
}
.home .mv .news > p .date{
  width: 38%;
  padding-right: 1em;
}
.home .mv .news > p .cat{
  display: inline-block;
  width: 20%;
  padding: 2px 0;
  margin-right: 1em;
  color: #fff;
  background: #0080c6;
  text-align: center;
}
.home .mv .news > p .title{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home .mv .news > a{
  width: 10%;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #808080;
}
.home .mv .news .sp{
  display: none;
}

.home .about{
  padding: 30px 0;
  background: #0080c6;
  color: #fff;
}
.home .about h2{
  font-size: 24px;
  font-weight: normal;
}
.home .about h2 img{
  margin-right: 20px;
  vertical-align: top;
}
.home .about h2 span{
  font-size: 14px;
  display: block;
}
.home .about h2 span:before{
  content: "";
  display: block;
  width: 111px;
  height: 1px;  
  background: #fff;
  margin: 15px auto;
}
.flex{
  display: flex;
}
.home .about > .flex{
  padding: 75px 50px;
  align-items: center;  
  justify-content: space-between;
}
.home .about .flex .b_l{
  width: 33%;
}
.home .about .flex .b_l p{
  font-size: 20px;
  line-height: 36px;
}
.home .about .flex .b_l p a{
  display: block;
  max-width: 290px;
  width: 100%;
  padding: 18px 0;
  text-align: center;
  margin: 30px auto;
  background: #fabf2e;
}
.home .about .flex .b_l p a i{
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
  line-height: 35px;
}
.home .about .flex .b_r{
  width: 58%;
  justify-content: space-between;
}
.home .about .flex .b_r div .icon{
  height: 100px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .about .flex .b_r div .ttl{
  font-size: 20px;
  text-align: center;
}

.home .group{
  padding-bottom: 150px;
}
.home .group .flex{
  padding: 50px;
  justify-content: space-between;
}
.home .group .flex .img{
  max-width: 1334px;
  width: 100%;
  background: url(../../../img/top/img1.jpg)no-repeat;
  background-size: cover;
  height: 495px;
}
.home .group .flex.f1 .img{
  margin-left: 5%;
}
.home .group .flex.f2 .img{
  margin-right: 5%;
}
.home .group .fleximgf1 .img{
  background: url(../../../img/top/imgf1.jpg)no-repeat;		
}
.home .group .fleximgf2 .img{
	  background: url(../../../img/top/imgf2.jpg)no-repeat;		
}
.home .group .fleximgf3 .img{
	  background: url(../../../img/top/imgf3.jpg)no-repeat;		
}

.home .group .fleximgf4 .img{
	  background: url(../../../img/top/imgf4.jpg)no-repeat;	
}

.home .group .fleximgf5 .img{
	  background: url(../../../img/top/imgf5.jpg)no-repeat;	
}

.home .group .fleximgf6 .img{
	  background: url(../../../img/top/imgf6.jpg)no-repeat;	
}

.home .group .fleximgf7 .img{
	  background: url(../../../img/top/imgf7.jpg)no-repeat;	
}


.home .group .flex .info{
  width: 25%;
  padding: 50px 0;
}
.home .group .flex .info .name{
  font-size: 23px;
  margin-bottom: 10px;
  font-weight: bold;
}
.home .group .flex .info .middle{
  font-size: 17px;
  margin-top: 10px;
}
.home .group .flex .info a{
  display: block;
  text-align: center;
  margin-top: 20px;
  font-weight: bold;
}

.home .links{
  height: 900px;
  background: url(../../../img/top/bg2.jpg) no-repeat;
  background-position: center;
}
.home .links .clearfix{
  height: 100%;
}
.home .links .flex{
  height: 100%;
  align-items: center;
  justify-content: center;
}
.home .links .flex > div{
  max-width: 563px;
  width: 100%;
  margin: 0 50px;
  text-align: center;
}
.home .links .flex > div a{
  padding: 50px 20px 80px;
  display: block;
  background: rgba(255,255,255,0.9);
}
.home .links .flex > div a:hover{
  background: #fff;
  opacity: 1;
}
.home .links .flex > div .large{
  font-size: 32px;
  line-height: 56px;
  color: #015491;
  font-style: italic;
}
.home .links .flex > div h3{
  font-size: 22px;
  font-weight: normal;
  color: #fabf2e;
  margin-bottom: 40px;
}
.home .links .flex > div .icon{
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* **********************************
 *  下層共通
 * ********************************* */
.common h2.u_ttl{
  font-size: 30px;
  color: #0080c6;
  font-weight: 600;
  margin-bottom: 30px;
}
.common h2.u_ttl span{
  font-size: 14px;
  display: block;
  font-weight: 500;
  font-style: italic;
}
.common h2.u_ttl span:before{
  content: "";
  display: block;
  width: 86px;
  height: 1px;
  background: #0080c6;
  margin: 15px auto 5px;
}


/* **********************************
 *  ご挨拶
 * ********************************* */

.pg-greeting .msg {
  margin: 0 0 150px;
  align-items: stretch;
}
.pg-greeting .msg .item {
  width: 50%;
  min-height: 664px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.pg-greeting .msg .photo{
  background: #dcdcdc;
  justify-content: center;
}
.pg-greeting .msg .txt{
  padding: 60px 150px 60px 60px;
  background: #188bcb;
  color: #fff;
}
.pg-greeting .msg .txt p{
  font-size: 18px;
}
.pg-greeting .msg .txt .large{
  font-size: 40px;
  line-height: 45px;
}
.pg-greeting .msg .txt .large:after{
  content: "";
  display: block;
  width: 140px;
  height: 4px;
  background: #fff;
  margin: 30px 0;
}
.pg-greeting .msg .txt .right{
  font-size: 21px;
  text-align: right;
  margin: 30px 0 0;
}
.pg-greeting .msg .txt .right span{
  font-size: 30px;
  padding: 0 0 0 1em;
}

.pg-greeting .company h3{
  font-size: 30px;
  color: #015491;
  text-align: center;
  margin-bottom: 50px;
}
.pg-greeting .company table{
  font-size: 18px;
  width: 100%;
  margin-bottom: 200px;
  border-right: 1px solid #bfbfbf;
  border-top: 1px solid #bfbfbf;
}
.pg-greeting .company th,
.pg-greeting .company td{
  height: 58px;
  padding: 10px 0;
}
.pg-greeting .company th{
  width: 28%;
  padding-left: 100px;
  background: #188bcb;
  color: #fff;
  text-align: left;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.pg-greeting .company td{
  width: 72%;
  padding-left: 80px;
  border-left: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}
.pg-greeting .company .address .flex span{
  max-width: 420px;
  width: 100%;
}
.pg-greeting .company .address .flex a{
  font-size: 16px;
  display: block;
  width: 73px;
  height: 26px;
  background: #0492d6;
  color: #fff;
  text-align: center;
  line-height: 26px;
  margin-left: 50px;
}
.pg-greeting .company .access{
  margin-bottom: 30px;
  align-items: stretch;
}
.pg-greeting .company .access.no1 .address{
  width: 38%;
  margin-left: 3%;
  border-left: 7px solid #188bcb;
  padding-left: 3px;
}
.pg-greeting .company .access.no2 .address{
  width: 38%;
  margin-right: 3%;
  border-right: 7px solid #188bcb;
  padding-right: 3px;
}
.pg-greeting .company .access.no1 .address > div{  
  padding-left: 40px;
  display: flex;
  align-items: center;
  height: 100%;
  border-left: 2px solid #188bcb;
}
.pg-greeting .company .access.no2 .address > div{  
  padding-left: 40px;
  display: flex;
  align-items: center;
  height: 100%;
  border-right: 2px solid #188bcb;
}
.pg-greeting .company .access .address h4{
  font-size: 30px;
  margin-bottom: 30px;
  color: #188bcb;
}
.pg-greeting .company .access .address p{
  font-size: 18px;
}
.pg-greeting .company .access .address .large{
  font-size: 21px;
  line-height: 37px;
}
.pg-greeting .company .access .map{
  width: 59%;
}


/* **********************************
 *  採用情報
 * ********************************* */
.pg-recruit .msg{
  padding: 80px 0 50px;
  margin-bottom: 80px;
  background: #0080c6;
  color: #fff;
}
.pg-recruit .msg p{
  font-size: 18px;
}
.bring{
  display: block;
}
.pg-recruit .msg .large{
  font-size: 35px;
  line-height: 38px;
  margin-bottom: 30px;
  font-weight: bold;
}
.mb50{
  margin-bottom: 50px;  
}
.pg-recruit .msg p > a{
  font-size: 24px;
  max-width: 409px;
  width: 100%;
  padding: 19px 0;
  text-align: center;
  display: inline-block;
}
.pg-recruit .msg a.btn1{
  background: url(../../../img/recruit/arrow1.png) no-repeat #fff;
  background-position: 92% center;
  color: #382a09;
}
.pg-recruit .msg a.btn2{
  margin-left: 40px;
  background: url(../../../img/recruit/arrow2.png) no-repeat #114c6b;
  background-position: 92% center;
  color: #fff;
}
.pg-recruit .info .ttl{  
  font-size: 21px;
  padding: 4px 0;
  margin-bottom: 50px;
  background: #0080c6;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.pg-recruit .info .ttl:before{
  content: "";
  width: 210px;
  height: 38px;
  display: inline-block;
  background: #fabf2e;
  position: absolute;
  left: -30px;
  top: 0;
  border-right: 12px solid #fff;
  transform: skewX(-45deg);
}
.pg-recruit .info table{
  font-size: 18px;
  line-height: 35px;
  margin-bottom: 150px;
  width: 100%;  
  border-top: 1px solid #bfbfbf;
}
.pg-recruit .info th{
  font-size: 21px;
  width: 35%;
  padding-left: 150px;
  background: #188bcb;
  color: #fff;
  border-bottom: 1px solid #fff;
  text-align: left;
}
.pg-recruit .info td{
  width: 65%;
  padding: 10px 20px 10px 80px;
  border-bottom: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
}
.pg-recruit .bnr .container > .center{
  font-size: 21px;
  padding: 5px 0;
  font-weight: 900;
  background: #cfe7f4;
  color: #0080c6;
}
.pg-recruit .bnr .flex{
  padding: 30px 35px;
  background: #0080c6;
  color: #fff;
  justify-content: center;
  align-items: center;
}
.pg-recruit .bnr .flex > .center{
  width: 50%;
}
.pg-recruit .bnr .flex .tel .num{
  font-size: 46px;
  font-weight: bold;
  vertical-align: middle;
  line-height: 46px;
  margin-bottom: 10px;
}
.pg-recruit .bnr .flex .tel i{
  padding-right: 20px;
  vertical-align: bottom;
  display: inline-block;
}
.pg-recruit .bnr .flex .contact a{
  font-size: 26px;
  max-width: 520px;
  padding: 30px 30px 30px 0;
  width: 100%;
  font-weight: bold;
  display: inline-block;
  background: url(../../../img/recruit/arrow3.png) no-repeat #fff;
  background-position: 92% center;
  color: #0080c6;
}
.pg-recruit .bnr .flex .contact a i{
  margin-right: 30px;
}


/* **********************************
 *  採用情報
 * ********************************* */
.pg-contact .section table {
  font-size: 18px;
  width: 100%;
  margin-bottom: 30px;
  border-right: 1px solid #bfbfbf;
  border-top: 1px solid #bfbfbf;
  letter-spacing: 2px;
}
.pg-contact .section th, 
.pg-contact .section td {
  height: 58px;
  padding: 10px;
}
.pg-contact .section th {
  width: 32%;
  padding-left: 25px;
  background: #188bcb;
  color: #fff;
  text-align: left;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.pg-contact .section td {
  width: 68%;
  border-left: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}
.pg-contact .section td input[type="text"],
.pg-contact .section td input[type="tel"],
.pg-contact .section td input[type="email"],
.pg-contact .section td textarea{
  width: 100%;
  height: 60px;
  padding: 10px;
  border: 1px solid #bfbfbf;
}
.pg-contact .section td textarea{
  height: 442px;
}
.pg-contact .section td .caution{
  font-size: 14px;
}
.pg-contact .section th span{
  font-size: 12px;
  padding: 0 4px;
  color: #ae1010;
  background: #fff;
  font-family: 'noto sans japanese', sans-serif;
  font-weight: normal;
  float: right;
  line-height: 20px;
  margin-top: 5px;
}
.pg-contact .section .wpcf7-form-control-wrap.check{
  font-size: 18px;
  display: block;
  margin: 0;
  width: 100%;
  text-align: center;
  color: #188bcb;
  letter-spacing: 3px;
}
.pg-contact .section .wpcf7-form-control-wrap.check a{
  display: inline-block;
  border-bottom: 2px solid;
  padding-bottom: 2px;
}
.pg-contact .section input[type="submit"],
.pg-contact .section input.wpcf7-back{
  font-size: 21px;
  max-width: 322px;
  width: 100%;
  padding: 10px 0;
  display: block;
  background: url(../../../img/contact/arrow1.png) no-repeat #188bcb;
  background-position: 92% center;
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin: 50px auto;
  border: 0;
  opacity: 1;
  transition: 0.2s;
}
.pg-contact .section input[type="submit"]:disabled{
  opacity: 0.5;
}
.pg-contact .section input.wpcf7-back{
  background: url(../../../img/contact/arrow2.png) no-repeat #969696;
  background-position: 8% center;
}
.wpcf7c-conf {
  background-color: #fffab7!important;
  color: #777!important;
  border: 1px solid #bfbfbf!important;
  -webkit-box-shadow: 0 0 0px 1000px #fffab7 inset;
}
input:-webkit-autofill, 
textarea:-webkit-autofill, 
select:-webkit-autofill {
  background-color: #fffab7!important;
  -webkit-box-shadow: 0 0 0px 1000px #fffab7 inset!important;
  background-image: none!important;
  color: #777!important;
}

/* **********************************
 *  個人情報の保護
 * ********************************* */
.pg-privacy h2.u_ttl{
  margin-bottom: 20px;
}
.pg-privacy .section dl{
  margin-bottom: 30px;
}
.pg-privacy .section dt{
  font-size: 18px;
  color: #0080c6;
  font-weight: bold;
  border-bottom: 2px solid #8f8f8f;
  margin-bottom: 10px;
  padding-bottom: 2px;
  position: relative;
}
.pg-privacy .section dt:after{
  content: "";
  display: block;
  width: 126px;
  height: 2px;
  background: #4a9cc9;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.pg-privacy .section dd{
  padding-right: 140px;
  line-height: 35px;
}
.pg-privacy .section .return{
  font-size: 21px;
  max-width: 322px;
  width: 100%;
  padding: 10px 0 10px 30px;
  display: block;
  background: url(../../../img/contact/arrow2.png) no-repeat #188bcb;
  background-position: 8% center;
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin: 50px auto;
  cursor: pointer;
  border: 0;
}

/* **********************************
 *  サイトマップ
 * ********************************* */
.pg-sitemap h2.u_ttl{
  margin-bottom: 0;
}
.pg-sitemap .flex{
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.pg-sitemap .flex li a{
  letter-spacing: 4px;
  line-height: 50px;
}
.pg-sitemap .flex li a:before{
  content: url(../../../img/sitemap/arrow.jpg);
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

/* **********************************
 *  お知らせ
 * ********************************* */
.pg-news .section{
  padding: 0;
}
.pg-news .section ul{
  margin-bottom: 50px;
  border-bottom: 1px solid #bfbfbf;
}
.pg-news .section li{
  border: 1px solid #bfbfbf;
  border-bottom: 0;
}
.pg-news .section li a{
  padding: 20px 40px;
  width: 100%;
  align-items: center;
  background: url(../../../img/recruit/arrow3.png) no-repeat #fff;
  background-position: 95% center;
}
.pg-news .section li a .cat{
  padding: 0 20px;
  background: #0080c6;
  color: #fff;
  height: 24px;
  line-height: 24px;
  margin-left: 4%;
}
.pg-news .section li a .ttl{
  margin-left: 4%;
  width: 60%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 詳細 */
.pg-news.detail .post .title{
  border-left: 7px solid #0080c6;
  margin-bottom: 50px;
}
.pg-news.detail .post .title > div{
  margin-left: 3px;
  border-left: 2px solid #0080c6;
  padding-left: 15px;
}
.pg-news.detail .post .title .date{
  font-size: 18px;
  line-height: 20px;
  padding-bottom: 10px;
}
.pg-news.detail .post .title h3{
  font-size: 26px;
}
.pg-news.detail .post .msg {
  font-size: 18px;
  line-height: 45px;
  min-height: 200px;
}
.pg-news.detail .section .pagenation {
  border: 0;
  margin: 80px 0 0;
  position: relative;
}
.pg-news.detail .section .pagenation li{
  margin: 0 auto;
  font-size: 21px;
  max-width: 322px;
  width: 100%;
  border: 0;
  background: #188bcb;
  color: #fff;
  text-align: center;
}
.pg-news.detail .section .pagenation li.prev{
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../../img/contact/arrow2.png) no-repeat #188bcb;
  background-position: 8% center;
}
.pg-news.detail .section .pagenation li.next{
  position: absolute;
  right: 0;
  top: 0;
  background: url(../../../img/contact/arrow1.png) no-repeat #188bcb;
  background-position: 92% center;
}
.pg-news.detail .section .pagenation li a {
  display: block;
  padding: 8px 0;
  width: 100%;
  align-items: center;
  background: 0;
  background-position: 0;
  letter-spacing: 3px;
}

/* **********************************
 *  404.php
 * ********************************* */
.pg-error404 .btn a{
  font-size: 21px;
  max-width: 320px;
  width: 100%;
  padding: 8px 0;
  display: block;
  margin: 80px auto 0;
  text-align: center;
  color: #fff;
  background: url(../../../img/contact/arrow2.png) no-repeat #969696;
  background-position: 8% center;
}