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

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

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

/* 基本フォント: 明朝 */
/**/
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: 'fork';
  src: url('/font/fork.eot?') format('oldIE'),
    url('/font/fork.woff') format('woff'),
    url('/font/fork.ttf') format('truetype');
}
.fork{
  font-family: 'fork';
}
@font-face {
  font-family: 'en';
  src: url('/font/en.eot?') format('oldIE'),
    url('/font/en.woff') format('woff'),
    url('/font/en.ttf') format('truetype');
}
.en{
  font-family: 'en';
}

a{
  color: inherit;
  text-decoration: none;
}
a:hover{
  /*text-decoration: underline;*/
  opacity: 0.8;
}

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: 50px 0; 
}
.container{
  width: 1120px;
  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%;
}
*/

/*
 * 共通クラスとして定義しておく
 * リスト組みのテンプレート
 * 
 */
.pc_hidden{
  display: none;
}
.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 .hdr1{
  margin-bottom: 10px;
}
header .hdr1 .hdr_logo{
  float: left;
}
header .hdr1 .hdr_contact{
  float: right;
}
header .mv h1{
  padding: 30px 0 20px;
  text-align: center;
}


/* **********************************
 *  グローバルナビ
 * ********************************* */
.gnav{
  padding: 10px 0;
  text-align: center;
  background: #f8f8f8;
}
.home .gnav{
  padding: 0;
  background: #fff;
}
.gnav > ul{
  /*font-size: 0;*/
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  font-size: 18px;
}
.gnav > ul > li{
  /*vertical-align: top;
  display: inline-block;*/
  width: 11.1111111%;
  position: relative;
  text-align: center;
  font-size:13px;
  background:url(/img/header/dot.jpg) no-repeat right top;
}
.gnav > ul > li:first-of-type{
  background-image:url(/img/header/dot.jpg),url(/img/header/dot.jpg);
  background-repeat: no-repeat,no-repeat;
  background-position:right top,left top;
}
.gnav > ul > li img{
  display: block;
  margin:0 auto 5px auto;
}
.gnav li a{
  color: #333;
  text-decoration: none;
  display: block;
  padding: 5px 5px 5px 0;
}
.gnav li a:hover{
}

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



/* **********************************
 *  フッター
 * ********************************* */
footer{
  margin-top: 200px;
}

footer .ftr1{

}
footer .ftr1 .ftr_links{
  float: left;
  width: 25%;
  margin: 0; 
}
footer .ftr_nav{
  background:#fcfd92;
}

footer .ftr_btm{
  background:url(/img/footer/ftr_bg.jpg) no-repeat center top;
  background-size:cover;
  padding:40px 0;
}
footer .ftr_btm .box_l,
footer .ftr_btm .box_r{
  width:49%;
}
footer .ftr_btm .logo{
  margin:0 0 45px 0;
}
footer .ftr_btm table{
  width:100%;
  color:#355646;
}
footer .ftr_btm table th{
  width:24%;
  font-weight: 500;
  text-align: left;
  padding:5px 0;
}
footer .ftr_btm table td{
  width:76%;
}
footer .ftr_btm .more{
  width:470px;
  text-align: center;
  line-height: 70px;
  background:#fcfd92;
  margin:30px 0 0 0;
  border-radius: 35px;
  font-size:18px;
  font-weight: 500;
}
footer .ftr_btm .more a{
  display: block;
  color:#355646;
}
footer .ftr_btm .more a i{
  margin: 0px 8px 0 0;
  font-size: 28px;
  display: inline-block;
  position: relative;
  top: 3px;
}
footer .ftr_nav ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .ftr_nav ul li{
  width: 11%;
  text-align: center;
  font-size:13px;
}
footer .ftr_nav ul li a{
  display: block;
  padding:27px 0;
}
footer .copy{
  text-align: center;
  font-size: 12px;
  margin: 8px 0;
}
footer .copy a{
  /*color: #111;*/
}


.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #aec4e5;
  z-index: 120;
}
.footer_fix ul{
  /*display: table;*/
  width: 100%;
  font-size: 12px;

  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;*/
  border-right:1px solid #fff;
}
.footer_fix ul li.btn1{
  width: 38%;
}
.footer_fix ul li.btn2{
  width: 24%;
}
.footer_fix ul li a{
  display: block;
  padding: 8px;
  background: #6db152;
  color: #FFF;
}
.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{
  margin-top: 50px;
  text-align: center;
}
.pagination .page-numbers{
  display: inline-block;
  font-size: 16px;
  border: 1px solid #fe9548;
  padding: 5px 10px;
  line-height: 20px;
  margin-bottom: 5px;
  color: #fe9548;
  border-radius: 5px;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover{
  background: #fe9548;
  color: #fff;
}

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



/* **********************************
 *  トップページ
 * ********************************* */
.home header .mv{
  width:100%;
  height:719px;
  background:url(/img/header/mv.jpg) no-repeat center top;
}
.home header .mv h1{
  padding:65px 0 0 0;
}
.home header .mv .catch{
  margin:250px 0 0 0;
}
.home footer{
  margin-top: 0;
}

/*トピックス*/
.top .top_topick{
  background:url(/img/top/topic_bg.png) no-repeat center top;
  background-size:cover;
  padding:100px 0 115px 0;
  position: relative;
  z-index:11;
}
.top .top_topick .topick_ttl{
  border-bottom:2px solid #42210b;
  padding:0 12px 8px 0;
  font-size:26px;
  position: relative;
  margin:0 0 10px 0;
  color:#355646;
}
.top .top_topick .topick_ttl img{
  display: inline-block;
  margin-top: -4px;
  margin-right:10px;
}
.top .top_topick .topick_ttl .green{
  color:#6e932a;
}
.top .top_topick .topick_ttl .en{
  font-size:18px;
  color:#355646;
  margin:0 0 0 10px;
}
.top .top_topick .topick_ttl a{
  position: absolute;
  font-size: 13px;
  right: 0;
  top: 14px;
}
.top .top_topick .topick_ttl a i{
  color:#355646;
  margin:0 5px 0 0;
}
.top .top_topick a{
  display: block;
}
.top .top_topick dl{
  background:#fff;
  margin:0 0 1px 0;
  font-size:0;
  padding:20px 30px;
}
.top .top_topick dt,
.top .top_topick dd{
  display: inline-block;
  font-size:14px;
}
.top .top_topick dt{
  width:16%;
}
.top .top_topick dd{
  width:84%;
  position: relative;
}
.top .top_topick dd i{
  right:0;
  font-size:14px;
  color:#355646;
  position: absolute;
}

/*てんとうむしとは*/
.top .top_about{
  background: url(/img/top/about_bg.jpg) no-repeat center top;
  background-size: cover;
  padding: 100px 0 70px 0;
  margin: -70px 0 0 0;
  z-index: 10;
  position: relative;
}
.top .main_ttl{
  text-align: center;
  color:#355646;
  margin:0 0 55px 0;
}
.top .main_ttl h3{
  font-weight: normal;
  font-size:30px;
}
.top .main_ttl h3 .orange{
  color:#e37443;
}
.top .main_ttl h3 .green{
  color:#82a83f;
}
.top .main_ttl .en_ttl{
  margin:8px 0 0 0;
  font-size:18px;
}
.top .top_about .txt{
  text-align: center;
  font-size:16px;
  line-height: 35px;
  letter-spacing: 0.4px;
}
.top .top_about .main_ttl h3{
  position: relative;
}
.top .top_about .main_ttl h3:before{
  width: 131px;
  height: 91px;
  background: url(/img/top/about_deco_1.png) no-repeat center top;
  content: '';
  position: relative;
  left: 0;
  display: inline-block;
}
.top .top_about .main_ttl h3:after{
  width: 131px;
  height: 91px;
  background: url(/img/top/about_deco_2.png) no-repeat center top;
  content: '';
  position: relative;
  right: 0;
  display: inline-block;
}
.top .top_about .sub_ttl{
  padding:50px 0;
  color:#e37443;
  font-size:24px;
  text-align: center;
  letter-spacing: 0.6px;
}
.top .top_about .listbox .item{
  width:30%;
  margin:0 0 30px 0;
}

/*賛助会員*/
.top .top_member{
  background:url(/img/top/member_bg.jpg) no-repeat center top;
  padding:70px 0 180px 0;
}
.top .top_member .main_ttl h3:before{
  width: 175px;
  height: 62px;
  background: url(/img/top/member_deco_1.png) no-repeat center top;
  content: '';
  position: relative;
  left: -20px;
  top: 13px;
  display: inline-block;
}
.top .top_member .main_ttl h3:after{
  width: 175px;
  height: 62px;
  background: url(/img/top/member_deco_2.png) no-repeat center top;
  content: '';
  position: relative;
  right: -20px;
  top: 13px;
  display: inline-block;
}
.top .top_member .box_l{
  width:40%;
}
.top .top_member .box_r{
  width:52%;
  padding:60px 0 0 0;
}
.top .top_member .box_r .ttl{
  color:#de6631;
  font-size:21px;
}
.top .top_member .box_r .txt{
  font-size:16px;
  line-height: 35px;
  text-align: justify;
  text-justify: inter-ideograph;
  margin:30px 0 50px 0;
}
.top .top_member .box_r .more{
  width:207px;
  line-height: 35px;
  text-align: center;
  background:#fe9548;
  border-radius: 10px;
  float:right;
}
.top .top_member .box_r .more a{
  color:#fff;
}
.top .top_member .box_r .more a i{
  margin:0 0 0 10px;
}

/*アクセス*/
.top .top_access{
  padding:130px 0 68px 0;
  background:url(/img/top/access_bg.jpg) no-repeat center top;
  background-size:cover;
}
.top .top_access .main_ttl h3:before{
  width: 265px;
  height: 58px;
  background: url(/img/top/access_deco_1.png) no-repeat center top;
  content: '';
  position: relative;
  left: -20px;
  top: 13px;
  display: inline-block;
}
.top .top_access .main_ttl h3:after{
  width: 265px;
  height: 58px;
  background: url(/img/top/access_deco_2.png) no-repeat center top;
  content: '';
  position: relative;
  right: -20px;
  top: 13px;
  display: inline-block;
}
.top .top_access .box{
  padding:34px 0;
  background:url(/img/top/access_dot.png) no-repeat bottom center;
}
.top .top_access .box:last-of-type{
  background:none;
}
.top .top_access .box .box_l{
  width:44%;
}
.top .top_access .box .box_r{
  width:52%;
}
.top .top_access .box .box_l .ttl{
  font-size:21px;
  margin:0 0 25px 0;
}
.top .top_access .box .box_l .ttl img{
  margin:-10px 0 0 15px;
  display: inline-block;
}
.top .top_access .box .box_l .txt{
  font-size:16px;
  line-height: 35px;
}


/* **********************************
 *  お問い合わせ
 * ********************************* */
.common .section{
  line-height: 30px;
}
.common .pg_header{
  margin-bottom: 150px;
  background: url(/img/contact/hdr_bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  color: #355646;
}
.common .pg_header .container{
  height: 261px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.common .pg_header .container:after{
  content: "";
  display: inline-block;
  width: 300px;
  height: 317px;
  background: url(/img/contact/hdr_img.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -80px;
  right: 0;
}
.common .pg_header .hdr_ttl{
  width: 100%;
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: normal;
}
.common .pg_header .hdr_ttl span{
  color: #d27700;
}
.common .pg_header .en{
  font-size: 18px;
}
.pg_contact .pg_header{
  margin-bottom: 100px;
}

.pg_contact .form .bg{
  padding: 30px 20px;
  background: url(/img/contact/bg1.jpg) center #f9ebd1;
}
.common .section .s_ttl{
  width: 100%;
  font-size: 21px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-weight: normal;
  color: #355646;
  border-bottom: 2px solid #355646;
}
.common .section .s_ttl span{
  color: #d27700;
}
.common .section .s_ttl:before{
  content: "";
  width: 34px;
  height: 34px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  background: url(/img/contact/c_icon.png) no-repeat center;
  background-size: contain;
}

.pg_contact .form .step {
  margin: 20px 0 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pg_contact .form .step p {
  width: 33%;
  background: #fff;
  text-align: center;
  padding: 13px;
  position: relative;
  color: #355646;
}
.pg_contact .form .step p.active {
  background: #355646;
  color: #fff;
}
.pg_contact .form .step p:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -29px;
  top: 0;
  background: url(/img/contact/arrow1.svg?1) no-repeat;
  background-size: auto 100%;
  width: 30px;
  height: 55px;
  z-index: 5;
}
.pg_contact .form .step p.active:after {
  background: url(/img/contact/arrow2.svg?2) no-repeat;
  background-size: auto 100%;
}
.pg_contact .form .step p:last-child:after{
  display: none;
}

.pg_contact .form .step p span {
  width: 29px;
  height: 29px;
  line-height: 26px;
  margin-right: 15px;
  background: #355646;
  border-radius: 50%;
  display: inline-block;
  color: #fff;
}
.pg_contact .form .step p.active span{
  background: #fff;
  color: #355646;
}
.pg_contact .form dl{
  min-height: 87px;
  padding: 20px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #979797;
}
.pg_contact .form div > dl:last-child{
  border-bottom: 0;
}
.pg_contact .form dt,
.pg_contact .form dd{
}
.pg_contact .form dt{
  width: 30%;
  padding-right: 100px;
  font-weight: bold;
}
.pg_contact .form dt span{
  width: 44px;
  font-size: 12px;
  margin-top: 3px;
  display: inline-block;
  background: #b21b0b;
  color: #fff;
  font-weight: normal;
  text-align: center;
  border-radius: 3px;
  float: right;
}
.pg_contact .form dd{
  width: 70%;
}
.pg_contact .form dd input[type="text"],
.pg_contact .form dd input[type="tel"],
.pg_contact .form dd input[type="email"],
.pg_contact .form dd textarea{
  height: 47px;
  padding: 10px;
  width: 100%;
  border: 1px solid #979797;
}
.pg_contact .form .wpcf7c-conf,
.pg_contact .form input:-webkit-autofill, 
.pg_contact .form textarea:-webkit-autofill, 
.pg_contact .form select:-webkit-autofill {
  background-color: #999999;
  -webkit-box-shadow: 0 0 0px 1000px #999999 inset;
}
.pg_contact .form dd textarea{
  height: 217px;
}
.pg_contact .form .check{
  margin: 50px 0;
  color: #fe9548;
  text-align: center;
}
.pg_contact .form .check a{
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 1px solid;
}
.pg_contact .btns{
  text-align: center;
}
.pg_contact .form input[type="submit"],
.pg_contact .form .wpcf7-back{
  width: 242px;
  padding: 12px;
  color: #fe9548;
  text-align: center;
  background: url(/img/contact/arrow3.svg) no-repeat #fff;
  background-position: 95% center;
  border: 1px solid;
  border-radius: 5px;
  margin: 0 20px;
  display: inline-block;
}
.pg_contact .form .wpcf7-back{
  background: url(/img/contact/arrow4.svg?1) no-repeat #fff;
  background-position: 5% center;
  color: #676767;
}
.pg_contact .form input[type="submit"]:disabled{
  opacity: 0.5;
}

.pg_contact .privacy{
  background: url(/img/contact/bg2.png) no-repeat,
    url(/img/contact/bg3.png) no-repeat,
    url(/img/contact/bg4.png) no-repeat,
    url(/img/contact/bg5.png) no-repeat,
    url(/img/contact/bg1.jpg);
  background-position: 3% 5%, 95% 50%, 3% bottom, 102% bottom;
}
.pg_contact .privacy .container{
  padding: 50px 10px;
}
.pg_contact .privacy .bg{
  padding: 30px;
  background: #fff;
}
.pg_contact .privacy .bg dl {
  margin-top: 20px;
  line-height: 35px;
}
.pg_contact .privacy .bg dt{
  margin-bottom: 10px;
  line-height: 18px;
  border-left: 3px solid;
  padding-left: 10px;
  font-weight: 700;
}

/* **********************************
 *  賛助会
 * ********************************* */
/* 変数 */
:root{
  --green: #355646;
  --orange: #e48661;
}

.pg_support .pg_header{
  background: url(/img/support/hdr_bg.jpg) center;
}
.pg_support .pg_header .container:after {
  background: url(/img/support/hdr_img.png) no-repeat;
  background-size: contain;
}
.pg_support .info .ttl{
  margin-bottom: 40px;
  text-align: center;  
}
.pg_support .info .ttl h3{
  font-size: 30px;
  font-weight: normal;
  color: #355646;
} 
.pg_support .info .ttl h3:before{
  width: 175px;
  height: 62px;
  margin-right: 50px;
  background: url(/img/support/icon1.jpg) no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.pg_support .info .ttl h3:after{
  width: 175px;
  height: 62px;
  margin-left: 50px;
  background: url(/img/support/icon1.jpg) no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.pg_support .info .ttl h3 span{
  color: #e48661;
}
.pg_support .info .ttl .en{
  font-size: 18px;
  color: #355646;
}
.center{
  text-align: center!important;
}
.pg_support .info .box{
  margin-top: 60px;
}
.pg_support .info .box h4{
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: center;
  color: #e48661;
}
.flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pg_support .info .b2 .flex > div{
  width: 321px;
  height: 321px;
  padding: 0 30px 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.pg_support .info .b2 .flex > div:first-child{
  background: url(/img/support/bg1.jpg) no-repeat;
  background-size: contain;
}
.pg_support .info .b2 .flex > div:nth-child(2){
  background: url(/img/support/bg2.jpg) no-repeat;
  background-size: contain;
}
.pg_support .info .b2 .flex > div:last-child{
  background: url(/img/support/bg3.jpg) no-repeat;
  background-size: contain;
}
.pg_support .info .b2 .flex > div .title{
  font-size: 21px;
  margin-bottom: 20px;
  color: #fff;
}
.pg_support .info .b3 .flex > div{
  width: 100%;
  padding: 25px 0 40px;
  text-align: center;
  background: url(/img/support/bg4.jpg);
}
.pg_support .info .b3 .flex > div .bold{
  font-size: 21px;
  margin-bottom: 10px;
}
.pg_support .info .b3 .flex > div .orange{
  font-size: 35px;
  color: #e48661;
  font-weight: bold;
}
.pg_support .info .b3 table{
  margin-top: 20px;
  width: 100%;
  border-right: 1px solid #cdcaca;
  border-top: 1px solid #cdcaca;
}
.pg_support .info .b3 th{
  width: 20%;
  font-weight: normal;
  background: #f4f4f4;
}
.pg_support .info .b3 td{
  width: 80%;
  padding: 8px 20px;
}
.pg_support .info .b3 th,
.pg_support .info .b3 td{
  border-left: 1px solid #cdcaca;
  border-bottom: 1px solid #cdcaca;
}
.pg_support .info .b3 .golink{
  margin-top: 80px;
}
.pg_support .info .b3 .golink.sp{
  display: none;
}
.pg_support .info .b3 .golink a {
  max-width: 550px;
  font-size: 18px;
  padding: 10px;
  margin: 0 auto;
  text-align: center;
  display: block;
  background: #fe9548;
  color: #fff;
  border-radius: 10px;
}
.pg_support .info .b3 .golink a i {
  margin: 0 10px;
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
  vertical-align: middle;
}


/* **********************************
 *  求人情報
 * ********************************* */
.pg_recruit .pg_header{
  background: url(/img/recruit/hdr_bg.jpg) center;
}
.pg_recruit .pg_header .container:after {
  background: url(/img/recruit/hdr_img.png) no-repeat;
  background-size: contain;
}
.pg_recruit .section .ttl{
  margin-bottom: 40px;
  text-align: center;  
}
.pg_recruit .section .ttl h3{
  font-size: 30px;
  font-weight: normal;
  color: #355646;
} 
.pg_recruit .section .ttl h3:before{
  width: 265px;
  height: 58px;
  margin-right: 50px;
  background: url(/img/recruit/icon2.png) no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.pg_recruit .section .ttl h3:after{
  width: 265px;
  height: 58px;
  margin-left: 50px;
  background: url(/img/recruit/icon2.png) no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.pg_recruit .section .ttl h3 span{
  color: #e48661;
}
.pg_recruit .section .ttl .en{
  font-size: 18px;
  color: #355646;
}

.pg_recruit .ov{
  padding-bottom: 100px;
}
.pg_recruit .ov .img{
  width: 30%;
}
.pg_recruit .ov .txt{
  width: 70%;
  padding-left: 30px;
  align-self: center;
}
.pg_recruit .ov .large{
  font-size: 21px;
  margin-bottom: 20px;
  color: #355646;
}
.bring{
  display: block;
}

.pg_recruit .requirement{
  padding: 80px 0;
  background: url(/img/recruit/bg1.jpg) center top no-repeat;
  background-size: cover;
}
.pg_recruit .requirement .large{
  font-size: 24px;
  margin-bottom: 20px;
  color: #e48661;
  text-align: center;
  font-weight: bold;
}
.pg_recruit .requirement table{
  width: 100%;
  margin-bottom: 50px;
  border-right: 1px solid #cdcaca;
  border-top: 1px solid #cdcaca;
  background: #fff;
}
.pg_recruit .requirement th,
.pg_recruit .requirement td{
  height: 44px;
  padding: 5px 30px;
  border-left: 1px solid #cdcaca;
  border-bottom: 1px solid #cdcaca;
  text-align: left;
}
.pg_recruit .requirement th{
  width: 22%;
  background: #f4f4f4;
  font-weight: normal;
}
.pg_recruit .requirement td{
  width: 78%;
}
.pg_recruit .requirement .golink a{
  max-width: 469px;
  font-size: 18px;
  padding: 10px;
  margin: 0 auto;
  text-align: center;
  display: block;
  background: #fe9548;
  color: #fff;
  border-radius: 10px;
}
.pg_recruit .requirement .golink a i{
  margin: 0 10px;
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
  vertical-align: middle;
}

/* **********************************
 *  トピックス
 * ********************************* */
.pg_topics .pg_header{
  background: url(/img/topics/hdr_bg.jpg) center;
}
.pg_topics .pg_header .container:after {
  background: url(/img/topics/hdr_img.png) no-repeat;
  background-size: contain;
}

.pg_topics .list .postlist a{
  font-size: 14px;
  padding: 15px 0;
  margin-bottom: 1px;
  background: url(/img/topics/arrow.svg) no-repeat #f5d9a0;
  background-position: 97% center;
  border-radius: 5px;
}
.pg_topics .list .postlist .date{
  width: 16%;
  padding: 0 20px;
  text-align: center;
}
.pg_topics .list .postlist .ttl{
  width: 84%;
  padding: 0 100px 0 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 詳細ページ */
.pg_topics.single .box{
  margin-bottom: 40px;
}
.pg_topics.single .section .s_ttl{
  margin-bottom: 20px;
  text-indent: -2.1em;
  padding-left: 2.1em;
  font-weight: bold;
}
.pg_topics.single .section .s_ttl span {
  font-size: 16px;
  padding-left: 1em;
  color: inherit;
  font-weight: normal;
}
.pg_topics.single .section .img{
  max-width: 500px;
  margin-right: 40px;
  margin-bottom: 10px;
  text-align: center;
  float: left;
}
/* 記事ボタン */
.pg_topics .links{
  position: relative;
}
.pg_topics .links .prev,
.pg_topics .links .next{
  position: absolute;
}
.pg_topics .links .prev{
  left: 0;
  top: 0;
}
.pg_topics .links .next{
  right: 0;
  top: 0;
}
.pg_topics .links .prev a,
.pg_topics .links .next a{
  width: 177px;
  border: 1px solid;
  color: #f39700;
  border-radius: 5px;
  text-align: center;
  padding: 10px;
  display: block;
}
.pg_topics .links .prev a i,
.pg_topics .links .next a i{  
  margin: 0 5px;
}
.pg_topics .links .back a{
  width: 177px;
  color:#fff;
  background: #f39700;
  border-radius: 5px;
  text-align: center;
  padding: 10px;
  display: block;
  margin: 0 auto;
}


/* **********************************
 *  404
 * ********************************* */
.pg_error404 .section .golink{
  margin-top: 80px;
}
.pg_error404 .section .golink a {
  max-width: 350px;
  font-size: 18px;
  padding: 10px;
  margin: 0 auto;
  text-align: center;
  display: block;
  background: #fe9548;
  color: #fff;
  border-radius: 10px;
}
.pg_error404 .section .golink a i{
  margin-right: 10px;
}

/* **********************************
 *  法人紹介
 * ********************************* */
.pg_corporate_profile .pg_header{
  background: url(/img/cp/hdr_bg.jpg) center;
}
.pg_corporate_profile .pg_header .container:after {
  background: url(/img/cp/hdr_img.png) no-repeat;
  background-size: contain;
}

.pg_corporate_profile .section{
  padding: 80px 0;
}
.pg_corporate_profile .section .ttl{
  margin-bottom: 50px;
  line-height: 10px;
  text-align: center;
  color: #355646;
}
.pg_corporate_profile .section .ttl h3.fork{
  font-size: 30px;
  font-weight: normal;
}
.pg_corporate_profile .section .ttl h3.fork:before{
  margin-right: 30px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 94px;
  height: 72px;
  background-image: url(/img/cp/ttl_icon1.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.pg_corporate_profile .section .ttl h3.fork:after{
  margin-left: 30px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 94px;
  height: 72px;
  background-image: url(/img/cp/ttl_icon2.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.pg_corporate_profile .section .ttl h3.fork span{
  color: #e48661; 
}
.pg_corporate_profile .section .ttl .en{
  font-size: 18px;
}

.pg_corporate_profile .philosophy .box{
  width: 48%;
  line-height: 35px;
  padding: 20px 15px;
  background: #f4e9b0;
  border-radius: 5px;
}
.pg_corporate_profile .philosophy .box .large{
  font-size: 21px;
  color: #355646;
  margin-bottom: 15px;
}
.pg_corporate_profile .philosophy .box .large:before{
  width: 83px;
  height: 83px;
  padding-right: 20px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url(/img/cp/icon1.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.pg_corporate_profile .philosophy .box .large span{
  color: #e48661;
}

.pg_corporate_profile .greeting{
  background: #f6fcfe;
}
.pg_corporate_profile .greeting p{
  line-height: 35px;
}
.pg_corporate_profile .greeting .right{
  margin-top: 50px;
  text-align: right;
}
.pg_corporate_profile .greeting .right span{
  font-size: 22px;
  padding-left: 1em;
}

.pg_corporate_profile .history{
  padding-bottom: 0;
}
.pg_corporate_profile .history .box{  
  background-image: url(/img/cp/border.png);
  background-repeat: repeat-y;
  background-position: 53px;
}
.pg_corporate_profile .history .box > dl{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;  
}
.pg_corporate_profile .history .box > dl:first-child{
  background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 50%, #ffffff 50%, #ffffff 100%);
}
.pg_corporate_profile .history .box > dl:last-child{
  background: linear-gradient(to top, #ffffff, #ffffff 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
}
.pg_corporate_profile .history dt.fork{
  width: 100px;
  height: 95px;
  font-size: 21px;
  padding-left: 10px;
  letter-spacing: 1px;
  background: url(/img/cp/bg1.png) no-repeat center;
  background-size: contain;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pg_corporate_profile .history .box > dl > dd{
  max-width: 888px;
  width: 100%;
  padding: 20px 30px;
  margin-left: 80px;
  background: url(/img/cp/bg2.jpg?1) center;
  border-radius: 5px;
  position: relative;
}
.pg_corporate_profile .history .box > dl > dd:before{
  width: 47px;
  height: 28px;
  content: "";
  background: url(/img/cp/arrow1.png) no-repeat center;
  background-size: contain;
  display: inline-block;
  position: absolute;
  left: -47px;
  top: 50%;
  transform: translateY(-50%);
}
.pg_corporate_profile .history .box dd dl{
  font-size: 18px;
  line-height: 40px;
  display: flex;
}
.pg_corporate_profile .history .box dd dt{
  width: 12%;
  font-weight: bold;
}
.pg_corporate_profile .history .box dd dd{
  width: 88%;
}

/* **********************************
 *  会社案内
 * ********************************* */
.pg_information .pg_header{
  background: url(/img/information/hdr_bg.jpg) center;
}
.pg_information .pg_header .container:after {
  background: url(/img/information/hdr_img.png) no-repeat;
  background-size: contain;
}
.pg_corporate_profile .section{
  padding: 80px 0;
}
.pg_information .section .ttl{
  margin-bottom: 50px;
  line-height: 10px;
  text-align: center;
  color: #355646;  
}
.pg_information .section .ttl h3.fork{
  font-size: 30px;
  line-height: 30px;
  height: 75px;
  font-weight: normal;
}
.pg_information .section .ttl h3.fork:before{
  margin-right: 80px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 96px;
  height: 91px;
  background-image: url(/img/information/ttl_icon1.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
.pg_information .section .ttl h3.fork:after{
  margin-left: 80px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 96px;
  height: 91px;
  background-image: url(/img/information/ttl_icon2.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
.pg_information .section .ttl h3.fork span{
  color: #e48661; 
}
.pg_information .section .ttl .en{
  font-size: 18px;
}

.pg_information .ov table{
  width: 100%;
  border-top: 1px solid #cdcaca;
  border-right: 1px solid #cdcaca;
}
.pg_information .ov th,
.pg_information .ov td{
  height: 44px;
  padding: 10px 25px;
  border-bottom: 1px solid #cdcaca;
  border-left: 1px solid #cdcaca;
}
.pg_information .ov th{
  width: 20%;
  text-align: left;
  background: #f4f4f4;
  font-weight: normal;
}
.pg_information .ov td{
  width: 80%;
}

.pg_information .access{
  background: url(/img/information/bg1.jpg) no-repeat #e1faea;
  background-position: bottom center;
}

.pg_information .office .flex{
  padding: 35px 0;
  background: url(/img/information/border.png) no-repeat top center;
}
.pg_information .office .box > .flex:first-child{
  padding-top: 0;
  background: none;
}
.pg_information .office .flex .txt,
.pg_information .office .flex .map{
  width: 50%;
}
.pg_information .office .flex .txt{
  padding-right: 20px;
}
.pg_information .office .flex .txt h4{
  min-height: 69px;
  font-size: 21px;
  color: #355646;
  font-weight: bold;
}
.pg_information .office .flex .txt h4 i{
  padding-left: 15px;
}

/* **********************************
 *  事業内容
 * ********************************* */
.pg_business .pg_header{
  background: url(/img/bc/hdr_bg.jpg) center;
}
.pg_business .pg_header .container:after {
  background: url(/img/bc/hdr_img.png) no-repeat;
  background-size: contain;
}
.pg_business .links li{
  width: 32%;
}
.pg_business .links li a{
  font-size: 18px;
  padding: 17px 15px 26px;
  margin-bottom: 20px;
  display: block;
  text-align: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.pg_business .links li.l1 a{
  background-image: url(/img/bc/btn1.png);
}
.pg_business .links li.l2 a{
  background-image: url(/img/bc/btn2.png);
}
.pg_business .links li.l3 a{
  background-image: url(/img/bc/btn3.png);
}
.pg_business .links li.l4 a{
  background-image: url(/img/bc/btn4.png);
}
.pg_business .links li.l5 a{
  background-image: url(/img/bc/btn5.png);
}
.pg_business .links li.l6 a{
  background-image: url(/img/bc/btn6.png);
}
.pg_business .links li a i{
  margin-left: 10px;
  display: inline-block;
}

.pg_business .service{

}
.pg_business .section .ttl {
  margin-bottom: 50px;
  line-height: 10px;
  text-align: center;
  color: #355646;
}
.pg_business .section .ttl h3.fork {
  font-size: 30px;
  font-weight: normal;
}
.pg_business .section .ttl h3.fork span {
  color: #e48661;
}
.pg_business .section .ttl h3.fork:before {
  margin-right: 30px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 131px;
  height: 91px;
  background-image: url(/img/bc/ttl_icon1.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.pg_business .section .ttl h3.fork:after {
  margin-left: 30px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 131px;
  height: 91px;
  background-image: url(/img/bc/ttl_icon2.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.pg_business .section .ttl .en {
  font-size: 18px;
}

.pg_business #dwsb .info{
  padding: 20px;
  margin-bottom: 100px;
  border-radius: 5px;
  background: #e8fdd3;
}
.pg_business .service .info i{
  width: 25%;
  text-align: center;
}
.pg_business #dwsb .info .txt{
  width: 75%;
  padding: 12px 0 0 10px;
}
.pg_business .service .info .txt .fork{
  font-size: 21px;
  margin-bottom: 20px;
  color: #355646;
}
.pg_business .service .orange{
  font-size: 24px;
  margin-bottom: 20px;
  color: #e48661;
}
.pg_business .service ul.orange{
  margin: 50px 0;
}
.pg_business .service .menu li{
  width: 32%;
  font-size: 16px;
  background: url(/img/bc/bg3.png);
  border-radius: 5px;
}
.pg_business .service .menu li a{
  padding: 15px;
  display: block;
}
.pg_business .service li a span,
.pg_business .service .introduce h4 span{
  width: 50px;
  height: 50px;
  font-size: 22px;
  padding: 10px;
  margin-right: 10px;
  display: inline-block;
  background: url(/img/bc/bg1.png) no-repeat center;
  background-size: contain;
  text-align: center;
  color: #383838;
}
.pg_business .service .introduce{
  padding: 30px;
  margin-bottom: 50px;
  border-radius: 5px;
}
.pg_business .service#dwsb .introduce{  
  background: url(/img/bc/bg4.png);
}
.pg_business .service .introduce .box{
  line-height: 35px;
  margin-bottom: 50px;
}
.pg_business .service .introduce .box p{
  text-align: justify;
  letter-spacing: -0.5px;
}
.pg_business .service .introduce .flow p{  
  /*margin-left: 20px;*/
  text-align: left;
}
.pg_business .service .introduce .box .orange{
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.pink{
  color: #fb4f4f;
}
.pg_business .conditions .flex{
  margin-bottom: 30px;
}
.pg_business .conditions .flex li{
  width: 24%;
  padding: 10px 5px;
  background: #f8fcba;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
}
.pg_business .conditions .flex li div{  
  text-align: center;
}
.pg_business .conditions .flex li div span{
  font-weight: normal;
}
.pg_business .conditions .table > dl:first-child{
  border-top: 1px solid #cdcaca;
}
.pg_business .conditions dl{
  display: flex;
}
.pg_business .conditions dl{
  width: 100%;
  border-bottom: 1px solid #cdcaca;
  border-right: 1px solid #cdcaca;
}
.pg_business .conditions dt,
.pg_business .conditions dd{
  border-left: 1px solid #cdcaca;
}
.pg_business .conditions dt{
  width: 22%;
  padding: 6px 25px;
  background: #f4f4f4;
}
.pg_business .conditions dd{
  width: 78%;
  padding: 6px 25px;
  background: #fff;
}
.pg_business .flow li{
  font-size: 18px;
  padding: 30px;
  margin-bottom: 50px;
  background: #f6fcfe;
  border-radius: 5px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  text-align: left;
}
.pg_business .flow li:after{
  content: url(/img/bc/arrow1.svg);
  position: absolute;
  bottom: -42px;
  left: 50%;
  transform: translateX(-50%);
}
.pg_business .flow li:last-child:after{
  content: "";
}
.pg_business .flow li span{
  width: 69px;
  height: 64px;
  font-size: 21px;
  padding: 14px 14px 14px 18px;
  background: url(/img/bc/bg2.png) no-repeat;
  background-size: contain;
  display: inline-block;
  color: #fff;
  text-align: center;
}
.pg_business .flow li p{
  width: 880px;
}

.pg_business #dwsb .introduce .box.price{
  margin-bottom: 0;
}
.pg_business .service table{
  width: 100%;
  margin: 10px 0 0;
  border-right: 1px solid #cdcaca;
  border-top: 1px solid #cdcaca;  
}
.pg_business .service th,
.pg_business .service td{
  height: 44px;
  padding: 4px 30px;
  border-left: 1px solid #cdcaca;
  border-bottom: 1px solid #cdcaca;  
}
.pg_business .service th{
  background: #f4f4f4;
  text-align: left;
  font-weight: normal;
}
.pg_business .service td{
  background: #fff;
}
.pg_business .service .caution{
  font-size: 24px;
  color: #fb3636;
  margin-bottom: 30px;
}
.indent{
  padding-left: 1em;
  text-indent: -1em;
}

.pg_business #dwsb_ov2 .conditions .flex li {
  width: 32%;
}
.pg_business #dwsb_ov2 .price table{
  margin-bottom: 10px;
}
.pg_business #dwsb_ov2 .price td{
  text-align: center;
}
.pg_business #dwsb_ov2 .price td span{
  width: 65px;
  display: inline-block;
  text-align: right;
}

.pg_business #dwsb_ov3 .conditions .flex li {
  width: 49%;
  padding: 15px;
}
.pg_business #dwsb_ov3 .conditions .list{
  margin: 30px 0 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pg_business #dwsb_ov3 .conditions .list div{
  width: 23.5%;
  line-height: 30px;
  padding: 15px;
  margin-bottom: 20px;
  background: #fcfee4;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
}

.pg_business #cdsp{
  background: url(/img/bc/bg5.jpg);
  background-size: cover;
}
.pg_business #cdsp .info{
  margin-bottom: 50px;
}
.pg_business #cdsp .info .club{
  width: 31.5%;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  text-align: center;
}
.pg_business #cdsp .info .club i{
  min-height: 80px;
  display: inline-block;
  margin-bottom: 20px;
}
.pg_business #cdsp .introduce .box .orange {
  font-size: 24px;
}
.pg_business #cdsp .box table{
  margin-bottom: 50px;
}
.pg_business #cdsp .box th{
  padding: 20px;
}
.pg_business #cdsp .box th span{
  font-size: 14px;
  line-height: 30px;
  display: inline-block;
}
.pg_business #cdsp .box td{
  text-align: center;
  padding: 10px 0;
  letter-spacing: -0.5px;
}
.pg_business #cdsp .box td span{
  font-size: 12px;
}
.pg_business #cdsp .box td .left{
  text-align: left;
  line-height: 24px;
  margin: 0 10px;
}
.pg_business #cdsp .box td > div{
  display: inline-block;
}
.pg_business #cdsp .box .large{
  font-size: 20px;
}
.pg_business #cdsp .box .tb2 th {
  padding: 0 25px;
}

.pg_business #cdsp .conditions .flex li {
  width: 49%;
  background: #fff;
}
.pg_business #cdsp .price .s_box .bold.center{
  font-size: 18px;
}
.pg_business #cdsp .price .s_box ul{
  margin: 20px 0;
}
.pg_business #cdsp .price .s_box li{
  width: 24%;
  padding: 10px;
  border-radius: 5px;
  background: url(/img/bc/bg8.png);
}
.pg_business #cdsp .price .s_box li .bold {
  min-height: 70px;
  line-height: 30px;
  margin-bottom: 20px;  
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.pg_business #cdsp .price .s_box li .orange{
  font-size: 18px;
  min-height: inherit;
}
.pg_business #cdsp .price .s_box li .center{
  line-height: 1.5;
}
.pg_business #cdsp .s_box{
  margin-bottom: 30px;
}
.pg_business #cdsp .ov_box{
  margin-bottom: 50px;
}

.pg_business #cdsp .meal p{
  letter-spacing: -0.5px;
}
.pg_business #cdsp .meal .flex > div{
  width: 32%;
  padding: 15px;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 5px;
}
.pg_business #cdsp .meal .flex > div .orange{
  font-size: 21px;
}
.pg_business #cdsp .meal .flex > div .orange i{
  float: left;
}
.pg_business #cdsp .meal .flex > div p{
  text-align: center;
}
.pg_business #cdsp .transfer table{
  margin-bottom: 0;
}
.pg_business #cdsp .transfer th{
  padding: 5px;
}
.pg_business #cdsp .transfer .center p{
  text-align: center;
}

.pg_business #csp .info .img{
  width: 28%;
}
.pg_business #csp .info .txt{
  width: 72%;
  padding: 50px 0 0 20px;
}
.pg_business #csp .info .txt .large{
  font-size: 24px;
}
.pg_business #csp .introduce .box .orange{
  font-size: 24px;
}
.pg_business #csp .conditions .flex{
  justify-content: center;
}
.pg_business #csp .conditions .flex li{
  max-width: 517px;
  width: 100%;
  padding: 25px;
}
.pg_business #csp .flow li {
  background: url(/img/bc/bg9.png) #f6fcfe;
}
.pg_business #csp .flow li:after {
  content: url(/img/bc/arrow2.svg);
}
.pg_business #csp .flow ul > li:last-child:after{
  /*display: none!important;*/
  content:'';
}

.pg_business #pdsp{
  padding: 80px 0 50px;
  background: url(/img/bc/bg5.jpg);
  background-size: cover;
}
.pg_business #pdsp .introduce{
  margin-bottom: 0;
  padding: 0;
}
.pg_business #pdsp .info .fork{
  font-size: 21px;
  margin-bottom: 20px;
  color: #355646;
}
.pg_business #pdsp .introduce .box{
  padding: 30px 20px 50px;
  background: url(/img/bc/bg7.png);
  border-radius: 5px;
}
.pg_business #pdsp .introduce .box .orange{
  font-size: 24px;
}
.pg_business #pdsp .introduce .s_box{
  margin-top: 30px; 
}
.pg_business #pdsp .introduce .s_box .orange{
  font-size: 20px;
  margin-bottom: 10px;
}
.pg_business #pdsp .introduce .flex li{
  width: 49%;
  padding: 30px 0;
  background: #fff;
}

.pg_business #pdsp .typeb ul{
  justify-content: center;
}

.pg_business #training .large{
  font-size: 24px;
  margin-bottom: 30px;
  color: #355646;
}
.pg_business #training .introduce,
.pg_business #training .box,
.pg_business #cdsp .introduce,
.pg_business #csp .introduce{
  margin-bottom: 0;
  padding: 0;
}

.pg_business #lepb {
  padding: 80px 0;
  background: url(/img/bc/bg5.jpg);
  background-size: cover;
}
.pg_business #lepb .info .txt{
  width: 65%;
  padding-right: 20px;
}
.pg_business #lepb .info .img{
  width: 35%;
  text-align: right;
}
.pg_business #lepb .introduce .box .orange{
  font-size: 24px;
}
.pg_business #lepb .example .post{
  padding: 20px;
  margin-bottom: 20px;
  background: #f3f7b6;
  border-radius: 5px;
}
.pg_business #lepb .example .post .img{
  width: 30%;
  height: auto;
  text-align: center;
}
.pg_business #lepb .example .post .img img{
  width: 100%;
  height: auto;
}
.pg_business #lepb .example .post .txt{
  width: 70%;
  padding-left: 50px;
}
.pg_business #lepb .example .post .txt .green{
  font-size: 18px;
  margin-bottom: 10px;
  color: #355646;
}
.pg_business #lepb .introduce{
  padding: 0;
}
.green{
  color: #355646;
}