@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',  "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.666;
  color: #383838;
}

/* 基本フォント: 明朝 */
/**/
body{
  /* 游明朝体 */
  /*font-family: "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  /* ヒラギノ明朝 */
  /*font-family: 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro', 'Yu Mincho', '游明朝', 'MS Mincho', 'MS明朝', serif;*/
}

/* admin-barの高さ分の padding 設定 */
body.admin-bar{
  padding-top: 32px;
}
@media (max-width:782px){
  body.admin-bar{
    padding-top: 46px;
  }
} 

.gothic{
  font-family: '游ゴシック体','Yu Gothic', 'YuGothic', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mincho{
  font-family: "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.opensans {
  font-family: 'Open Sans', 'Noto Sans JP', "メイリオ", sans-serif;
}
a{
  color: inherit;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}

img{
  max-width: 100%;
}
a:hover img{
  opacity: 0.8;
}

img[class*="wp-image-"],
img[class*="attachment-"]{
  max-width: 100%;
  height: auto;
}

i, em{
  font-style: normal;
}

/* 動画埋め込みのレスポンシブ対応 */
iframe{
  max-width: 100%;
}
.responsive_video { 
  position: relative; 
}

.responsive_video:before{
  content: "";
  display: block;
  padding-top:56.25%;
}
.responsive_video video, 
.responsive_video iframe, 
.responsive_video object, 
.responsive_video embed { 
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}

/* テーブル */
table{
  width: 100%;
  table-layout: fixed;
}
table th,
table td{
  padding: 10px 10px;
}

/* テーブル 汎用class */
.tbl{
  
}
.tbl th,
.tbl td{
  border: 1px solid #b2b2b2;
}
.tbl th{
  
}
.tbl td{
  
}


/* スクロール テーブル */
.js-scrollable{
  overflow-x: auto;
}
.js-scrollable table{
  min-width: 748px;
}

/* 指定デバイスのみで表示するclass */
@media (min-width:1024px){
  .tb:not(.pc){
    display: none;
  }
  .sp:not(.pc){
    display: none;
  }
}
@media (min-width:768px) and (max-width:1023px){
  .pc:not(.tb){
    display: none;
  }
  .sp:not(.tb){
    display: none;
  }
}
@media (max-width:767px){
  .pc:not(.sp){
    display: none;
  }
  .tb:not(.sp){
    display: none;
  }
}


.txt_ellipsis_line1,
.txt_ellipsis_line2,
.txt_ellipsis_line3,
.txt_ellipsis_line4,
.txt_ellipsis_line5,
.txt_ellipsis_line6,
.txt_ellipsis_line7,
.txt_ellipsis_line8,
.txt_ellipsis_line9,
.txt_ellipsis_line10{
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.txt_ellipsis_line1{
  -webkit-line-clamp: 1;
}
.txt_ellipsis_line2{
  -webkit-line-clamp: 2;
}
.txt_ellipsis_line3{
  -webkit-line-clamp: 3;
}
.txt_ellipsis_line4{
  -webkit-line-clamp: 4;
}
.txt_ellipsis_line5{
  -webkit-line-clamp: 5;
}

/* **********************************
 *  コンテナ
 * ********************************* */
.wrapper{
  overflow-x: hidden;
}
.container{
  width: 1176px;
  max-width: 100%;
  padding: 0 10px; 
  margin: 0 auto;
}
.container-w{
  width: 1576px;
  max-width: 100%;
  padding: 0 10px; 
  margin: 0 auto;
}
.container-s{
  width: 768px;
  max-width: 100%;
  padding: 0 10px; 
  margin: 0 auto;
}
.section{
  width: 100%;
  /*margin-bottom: 50px;*/
  /*padding: 30px 0;*/ 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.pg_header{
  /*padding: 15px 0;*/
  margin-top: 60px;
}
.pg_header .container{
  
}
.pg_header .bg{
  height: 678px;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* 共通の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;
}
*/

.no_results_content{
  text-align: center;
  margin-bottom: 50px;
}

/* **********************************
 *  ヘッダー
 * ********************************* */
body{
  /*padding-top: 100px;*/
  padding-top: 50px;
}
header{
  padding: 10px 0;
}
header.fixed{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: #FFF;
}

header .hdr1{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding-left: 40px;
  padding-right: 60px;
}
header .hdr1 .hdr_logo{
  line-height: 1;
}
header .hdr1 .gnav{
  width: calc(100% - 227px - 93px);
}


/* **********************************
 *  グローバルナビ
 * ********************************* */
.gnav{
  /*background: #EEE;*/
  /*padding: 0 5px;*/
}
.gnav > ul{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  /*font-size: 18px;*/
  font-weight: 500;
}
.gnav > ul > li{
  /*width: 100%;*/
  position: relative;
}

.gnav > ul > li.menu-item-has-children:after{
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #FFF;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.gnav li a{
  color: #333;
  text-decoration: none;
  display: block;
  padding: 5px;
}
.gnav li a:hover{
  /*background: #333;*/
  /*color: #FFF;*/
}
.gnav li.contact a{
  display: block;
  width: 215px;
  padding: 15px 10px;
  border-radius: 50px;
  background: #00883F;
  color: #FFF;
  position: relative;
}
.gnav li.contact a:before{
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.gnav .children,
.gnav .sub-menu{
  display: none;
  background: #aaa;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1;
}
.gnav li:hover > .children,
.gnav li:hover > .sub-menu{
  display: block;
}

.gnav_ftr{
  
}
.gnav_ftr .ftr_sns_wrap{
  margin: 0 -15px;
  margin-top: 20px;
  justify-content: center;
  
}
.gnav_ftr .ftr_sns_wrap li a{
  color: #FFF;
}

.mv{
  position: relative;
  height: 500px;
  
  background: #CCC;
  /*background-image: url('/img/mv.jpg');*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  
  display: flex;
  justify-content: center;
  align-items: center;
}
.mv .mv_box{
  
}
.mv .mv_box .txt{
  font-size: 32px;
}
.mv .mv_box .img{
  
}
.mv .mv_box .img img{
  
}

.mv_slider{
  position: relative;
}
.mv_slider .mv_txt{
  width: 920px;
  max-width: 96%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.mv_slider .sp-buttons{
  position: absolute;
  bottom: 30px;
}
.mv_slider .sp-buttons .sp-button{
  border: 0;
  background-color: rgba(255,255,255,0.5);
  margin: 4px 15px;
}
.mv_slider .sp-buttons .sp-button.sp-selected-button{
  background: #FFF;
}


/* **********************************
 *  フッター
 * ********************************* */
footer{
  padding: 60px 0 10px;
  margin-top: 200px;
}

footer .ftr1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .ftr1 .box1{
  width: 252px;
}
footer .ftr1 .box2{
  width: calc(100% - 252px - 178px);
}

footer .ftr_logo{
  margin-bottom: 45px;
}
footer .ftr_addr{
  line-height: 1.875;
  padding-left: 20px;
  font-size: 18px;
}
footer .ftr_addr .opensans{
  font-weight: 700;
  font-size: 16px;
}
footer .ftr_contact{
  background: #00883F;
  color: #FFF;
  font-weight: 500;
  text-align: center;
  border-radius: 50px;
  padding: 14px 10px;
  margin-top: 40px;
  margin-left: 20px;
}
footer .ftr_contact a{
  /*display: block;*/
  position: relative;
}
footer .ftr_contact a:before{
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}


/* ftr2 */
footer .ftr2{
  background: #227B6F;
  color: #FFF;
  padding: 20px 0;
  margin-top: 110px;
}
.ftr_sns_wrap{
  display: flex;
  align-items: center;
  background: #227B6F;
  color: #FFF;
}
.ftr_sns_tt{
  display: flex;
  align-items: center;
  font-weight: 700;
  margin-right: 15px;
}
.ftr_sns_tt:after{
  content: "";
  width: 42px;
  height: 1px;
  background: #FFF;
  margin-left: 15px;
}
.ftr_sns_links{
  display: flex;
  font-size: 24px;
}
.ftr_sns_links li{
  
}
.ftr_sns_links li + li{
  margin-left: 35px;
}

/* ftr3 */
footer .ftr3{
  background: #14584B;
  color: #FFF;
  padding-top: 45px;
  padding-bottom: 20px;
}

.ftr_links_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.ftr_links{
  display: flex;
  flex-wrap: wrap;
  width: 25%;
}
.ftr_links li{
  width: 100%;
  line-height: 1.1;
}
.ftr_links li+li{
  margin-top: 20px;
}

.ftr_links li.sub{
  font-size: 14px;
}
.ftr_links li.sub a:before{
  content: "・";
}

/**/
footer .copy{
  color: #FFF;
  text-align: right;
  font-size: 14px;
  margin-top: 100px;
}
footer .copy a{
  /*color: #111;*/
}


/**/
.ftr_contact_wrap{
  background-image: url('/img/ftr_contact_bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #FFF;
  padding: 0 15px;
  margin-bottom: 85px;
}
.ftr_contact_wrap > .container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 260px;
}
.ftr_contact_wrap .title{
  font-size: 40px;
  font-weight: 500;
  position: relative;
}
.ftr_contact_wrap .title:after{
  content: "";
  width: 230px;
  height: 1px;
  background: #FFF;
  position: absolute;
  top: 50%;
  margin-left: 40px;
}
.ftr_contact_wrap .title em{
  display: block;
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  bottom: 100%;
}
.ftr_contact_wrap .tel{
  font-size: 19px;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding-left: 95px;
}
.ftr_contact_wrap .tel:before{
  content: "";
  display: inline-block;
  background-image: url('/img/icon_freedial.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 67px;
  height: 44px;
  height: 63px;
  position: absolute;
  top: 0;
  left: 0;
}
.ftr_contact_wrap .tel a{
  display: block;
  font-size: 63px;
  line-height: 1;
}
.ftr_contact_wrap .tel a:before{
  
}
.ftr_contact_wrap .tel p{
  position: absolute;
  top: 100%;
  left: 95px;
  right: 0;
}

/* バナー */
.ftr_bn_wrap{
  
}
.ftr_bn_wrap + .ftr_bn_wrap{
  margin-top: 30px;
}
.ftr_bn_tt{
  font-size: 16px;
  font-weight: 500;
  border-bottom: 2px solid #00883F;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
.ftr_bn_links{
  display: flex;
  flex-wrap: wrap;
}

.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #aec4e5;
  z-index: 10;
}
.footer_fix ul{
  /*display: table;*/
  width: 100%;
  font-size: 14px;
  
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 3px;
}
.footer_fix ul li{
  /*display: table-cell;*/
  text-align: center;
  /*vertical-align: middle;*/
}
.footer_fix ul li.btn1{
  width: 36%;
}
.footer_fix ul li.btn2{
  width: 24%;
}
.footer_fix ul li a{
  display: block;
  padding: 10px;
  background: #4072b3;
  color: #FFF;
  text-decoration: none;
}


/* 検索フォーム */
.pg_404{
  text-align: center;
}
.pg_404{
  
}

.search-form{
  padding: 20px 0;
}
.search-form .search-field{
  padding: 5px;
}
.search-form .search-submit{
  padding: 5px 10px;
}

.pg_image{
  
}
.pg_image .attachment{
  padding: 20px;
  background-color: #ececec;
  text-align: center;
}


/* 記事リスト */
.post_items{
  padding: 0 0;
}
.post_items .item{
  /*background: #f0f0f0;*/
  padding: 10px;
  border-top: 1px solid #CCC;
  display: flex;
  align-items: center;
  position: relative;
}
.post_items .item:last-child{
  border-bottom: 1px solid #CCC;
}
.post_items .item .img{
  
}
.post_items .item .date{
  width: 130px;
  font-size: 15px;
  color: #5a5a5a;
}
.post_items .item .category{
  width: 150px;
  padding: 0 10px;
  
}
.post_items .item .category span{
  display: block;
  color: #0E4B47;
  border: 1px solid #0E4B47;
  border-radius: 3px;
  padding: 3px;
  margin: 2px;
  text-align: center;
}
.post_items .item .title{
  font-weight: 500;
  width: calc(100% - 130px - 150px);
  /*width: -moz-available;
  width: -webkit-fill-available;
  width: available;*/
}
.post_items .item .title a{
  display: block;
  position: relative;
  padding-right: 1em;
}
.post_items .item:after{
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.post_items .item.single_item{
  display: flex;
  flex-wrap: wrap;
  border: 0;
  padding: 0;
}
.post_items .item.single_item:after{
  display: none;
}
.post_items .item.single_item .meta{
  display: flex;
  align-items: center;
  width: 100%;
}
.post_items .item.single_item .title{
  width: 100%;
  font-size: 32px;
  padding-bottom: 20px;
}
.post_items .item.single_item .content{
  width: 100%;
  margin-top: 20px;
  padding-bottom: 20px;
}
.post_items .item.single_item .content *{
  margin-bottom: 1em;
}
.post_items .item.single_item .content h1,
.post_items .item.single_item .content h2,
.post_items .item.single_item .content h3,
.post_items .item.single_item .content h4,
.post_items .item.single_item .content h5,
.post_items .item.single_item .content h6{
  margin-bottom: 0.5em;
}
.post_items .item.single_item .content a{
  color: #2196F3;
}

.post_items .post_content{
  margin-top: 30px;
}

/* ページ送り(一覧) */
.pagination{
  text-align: center;
  margin-top: 30px;
  margin-bottom: 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;
  border-top: 1px solid #DDDDDD;
  padding-top: 75px;
  font-weight: 500;
}
.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;
}



.breadcrumb{
  display: flex;
  justify-content: flex-end;
  list-style: none;
  margin-bottom: 20px;
  font-size: 14px;
  overflow-x: auto;
  overflow-y: hidden;
}
.breadcrumb li{
  display: inline;
  white-space: nowrap;
}
.breadcrumb li + li{
  margin-left: 10px;
}
.breadcrumb li:last-child{
  font-weight: 500;
}
.breadcrumb li a{
  position: relative;
  padding-right: 20px;
}
.breadcrumb li a:after{
  content: "―";
  color: #CCCCCC;
  
  /*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-top: 100px;
}
body.home .main{
  padding-top: 0;
}

.tt1{
  font-size: 55px;
  font-weight: 500;
  line-height: 1.4;
  color: #0F914B;
  margin-bottom: 50px;
}
.tt1 em{
  display: block;
  font-size: 25px;
  font-size: 0.45em;
  font-weight: 700;
  font-family: 'Open Sans', 'Noto Sans JP', "メイリオ", sans-serif;
}
.tt1 em i{
  text-transform: lowercase;
}
.tt1 .sub{
  font-size: 24px;
  font-weight: 500;
  margin-left: 35px;
  color: #222222;
}

.tt2{
  font-size: 32px;
  font-weight: 500;
  color: #00883F;
}
.tt2.center{
  text-align: center;
}
.tt2 span{
  
}
.tt3{
  
}
.tt3 span{
  
}
.tt4{
  
}
.tt4 span{
  
}
.tt5{
  
}
.tt5 span{
  
}

/* 詳しく見る サンプル */
.read_more{
  
}
.read_more a{
  display: block;
  width: 290px;
  max-width: 100%;
  padding: 15px 0;
  background: #00883F;
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
}
.read_more a:after{
  /*content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;*/
  
  content: "";
  /*background-image: url('/img/readmore_arrow.png');*/
  background-image: url('/img/readmore_arrow.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px;
  height: 14px;
  
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* **********************************
 *  Home
 * ********************************* */
.pg_home{
  background: #F7F7F7;
  padding-top: 150px;
}
.pg_home .section#sec1{
  background-image: url('/img/home/bg1.jpg');
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto;
  padding-top: 120px;
}
.pg_home .section#sec2{
  background-image: url('/img/home/bg2.jpg');
  padding: 183px 0 193px;
  margin-top: 155px;
}
.pg_home .section#sec3{
  border-top: 165px solid #FFF;
  background-color: #FFF;
  background-image: url('/img/home/bg3.jpg');
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto;
  
  margin-top: 185px;
  padding-top: 160px;
  position: relative;
}
.pg_home .section#sec4{
  background-image: url('/img/home/bg4.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  margin-top: 225px;
  padding-top: 150px;
  padding-bottom: 250px;
}
.pg_home .section#sec5{
  margin-top: 170px;
  padding-bottom: 140px;
}
.pg_home .section#sec6{
  
}

.home_msg1_wrap{
  
  width: 1120px;
  max-width: 90%;
}
.home_msg1_wrap .home_msg1_1{
  
}
.home_msg1_wrap .home_msg1_1 span{
  display: inline-block;
  background: #FFF;
  color: #00883F;
  font-size: 40px;
  font-weight: 500;
  margin: 8px 0;
  padding-left: 20px;
}

.home_msg1_wrap .home_msg1_1 span.full{
  display: block;
}
.home_msg1_wrap .home_msg1_2{
  width: 830px;
  max-width: 80%;
  background: #FFF;
  padding: 100px 85px;
  margin-top: 52px;
  line-height: 2;
}

.home_about_links{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -18px;
}
.home_about_links .item{
  width: 50%;
  padding: 0 18px;
}
.home_about_links .item a{
  display: flex;
  align-items: center;
  height: 196px;
  padding-left: 178px;
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
  position: relative;
  text-decoration: none;
  background-image: url('/img/readmore_arrow.svg');
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-position: right 50px center;
  
}
.home_about_links .item a:hover{
  opacity: 0.9;
}
.home_about_links .item a:after{
  /*content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);*/
}
.home_about_links .item a span{
  padding: 20px 0;
  border-bottom: 4px dotted;
}
.home_about_links .item a.btn1{
  background-color: #00883F;
}
.home_about_links .item a.btn2{
  background-color: #0E4B47;
}

/* SDGs */
.home_sdgs_wrap{
  
}
.home_sdgs_wrap .box1{
  width: 47.9%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding-top: 75px;
  padding-bottom: 125px;
  padding-right: 115px;
  padding-left: 50px;
  background: #FFF;
}
.home_sdgs_wrap .box2{
  width: 592px;
  width: 50%;
  margin-left: auto;
  padding-left: 60px;
  padding-bottom: 150px;
  position: relative;
  z-index: 1;
  color: #FFF;
}

.home_sdgs_wrap .tt{
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 35px;
  
}
.home_sdgs_wrap .txt{
  max-width: 592px;
  line-height: 2;
}
.home_sdgs_wrap .link{
  margin-top: 60px;
}
.home_sdgs_wrap .link a{
  display: flex;
  align-items: center;
  width: 400px;
  max-width: 100%;
  height: 90px;
  padding-left: 60px;
  background: #0E4B47;
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  
  background-image: url('/img/readmore_arrow.svg');
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: right 42px center;
}




/* 投稿 */
.home_posts_wrap{
  
}
.home_posts_wrap + .home_posts_wrap{
  margin-top: 150px;
}
.home_posts_wrap .link{
  text-align: center;
  margin-top: 135px;
}
.home_posts_wrap .link a{
  font-size: 20px;
  font-weight: 700;
  font-family: 'Open Sans', 'Noto Sans JP', "メイリオ", sans-serif;
  color: #00883F;
  background: #FFF;
  padding: 10px 45px 10px 15px;
  position: relative;
}
.home_posts_wrap .link a:after{
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 16px;
}


.home_tt1{
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  color: #00883F;
  margin-bottom: 50px;
}
.home_tt1.left{
  text-align: left;
}
.home_tt1 em{
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Open Sans', 'Noto Sans JP', "メイリオ", sans-serif;
  line-height: 1;
}

.home_company_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_company_wrap .box1{
  width: 50%;
  padding-top: 50px;
}
.home_company_wrap .box2{
  width: 50%;
}
.home_company_wrap .home_tt1{
  margin-bottom: 10px;
}

.home_company_wrap .txt{
  font-size: 20px;
  font-weight: 500;
}
.home_company_wrap .addr{
  line-height: 2;
  margin-top: 20px;
  margin-bottom: 30px;
}
.home_company_wrap .read_more a{
  display: flex;
  align-items: center;
  width: 400px;
  height: 90px;
  padding-left: 10.5%;
  font-size: 20px;
  font-weight: 700;
}
.home_company_wrap .read_more a:after{
  width: 22px;
  height: 18px;
  right: 40px;
}

/**/
.home_company_gallery{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -9px;
  margin-top: 70px;
}
.home_company_gallery li{
  width: 25%;
  padding: 5px 9px;
}
.home_company_gallery li img{
  
}

/**/
.home_link_btns{
  display: flex;
  justify-content: center;
  margin-top: 90px;
}
.home_link_btns li{
  margin: 0 10px;
}

/* **********************************
 *  
 * ********************************* */
.pg_xxxx{
  
}
.pg_xxxx .section#sec1{
  
}
.pg_xxxx .section#sec2{
  
}
.pg_xxxx .section#sec3{
  
}

.news_cat_nav{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
  margin-bottom: 60px;
  
}
.news_cat_nav li{
  font-size: 18px;
  font-weight: 500;
  padding: 10px 30px;
}
.news_cat_nav li+li{
  /*margin-left: 45px;*/
}
.news_cat_nav li a{
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #222222;
}

.news_items{
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.news_items .item{
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
} 
.news_items .item:nth-child(n+5){
  margin-top: 85px;
}

.news_items.wide{
  margin-left: -30px;
  margin-right: -30px;
}
.news_items.wide .item{
  padding-left: 30px;
  padding-right: 30px;
} 

.news_items .item .inner{
  height: 100%;
}
.news_items .item .img a{
  display: block;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.news_items .item .img a:before{
  content: "";
  display: block;
  padding-top: 66%;
}

.news_items.wide .item .img{
  margin-bottom: 46px;
}
.news_items.wide .item .img a:before{
  padding-top: 66.45%;
}

.news_items .item .imgs{
  position: relative;
}
.news_items .item .imgs:before{
  /*content: "";
  display: block;
  padding-top: 66.45%;*/
}
.news_items .item .imgs .slider-pro{
  /*position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;*/
}

.news_items .item .meta{
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.news_items .item .date{
  font-family: 'Open Sans', 'Noto Sans JP', "メイリオ", sans-serif;
  color: #8D8D8D;
  margin-right: 10px;
}
.news_items .item .category{
  font-size: 14px;
  font-weight: 500;
  color: #0E4B47;
}
.news_items .item .category span{
  display: inline-block;
  border: 1px solid #0E4B47;
  border-radius: 3px;
  padding: 0px 10px;
}
.news_items .item .area{
  
}
.news_items .item .title{
  margin-top: 10px;
}

.news_items .item.case .title{
  font-size: 18px;
  font-weight: 500;
  margin-top: 30px;
}
.news_items .item.case .category{
  margin-top: 30px;
}
.news_items .item.case .title{
  margin-top: 5px;
}


.posts_slider{
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 65px;
  position: relative;
}

.posts_slider .sp-image-container{
  background: #EEE;
}

.posts_slider .posts_slider_main{
  width: 100%;
}
.posts_slider .posts_slider_arrow{
  width: 50px;
  font-size: 24px;
  position: absolute;
}
.posts_slider .posts_slider_arrow.left{
  top: 50%;
  right: 100%;
  text-align: left;
}
.posts_slider .posts_slider_arrow.right{
  top: 50%;
  left: 100%;
  text-align: right;
}


/* **********************************
 *  会社概要
 * ********************************* */
.pg_slug_company .main{
  padding-top: 0;
}

.pg_company{
  
  
}
.pg_company .section#sec1{
  background: #F7F7F7;
  padding-top: 120px;
}
.pg_company .section#sec2{
  margin-top: 150px;
}
.pg_company .section#sec3{
  margin-top: 150px;
}
.pg_company .section#sec4{
  margin-top: 170px;
}

.company_msg_wrap1{
  background: #FFF;
  padding: 65px 0;
}
.company_msg_wrap1 + .company_msg_wrap1{
  margin-top: 65px;
}             
.company_msg_wrap1 .title,
.company_msg_wrap2 .title{
  font-size: 32px;
  font-weight: 500;
  color: #00883F;
}
.company_msg_wrap2 .title{
  margin-bottom: 30px;
}
.company_msg_wrap1 .txt,
.company_msg_wrap2 .txt{
  line-height: 2;
}
.company_msg_wrap1 .txt strong{
  font-size: 24px;
  font-weight: 500;
  color: #0E4B47;
}

.company_msg_wrap2{
  
  background-image: url('http://clybio.web-srv.biz/wp-content/uploads/2021/09/DSC_4477-min-1.jpg');
  background-repeat: no-repeat;
  background-size: 44% auto;
  background-position: left bottom;
  padding-top: 215px;
  margin-top: 115px;
  position: relative;
}
.company_msg_wrap2 .box{
  width: 56%;
  margin-left: auto;
  background: #0F914B;
  position: relative;
}
.company_msg_wrap2 .box:before{
  content: "";
  display: block;
  padding-top: 84.55%;
  padding-top: 910px;
}
.company_msg_wrap2 .box .inner{
  background: #FFF;
  padding: 85px 125px;
  position: absolute;
  top: -85px;
  left: -85px;
}

.company_msg_wrap2 .name{
  margin-top: 100px;
  font-size: 20px;
  text-align: right;
}
.company_msg_wrap2 .name span{
  font-size: 24px;
}

.company_msg_wrap2 .icon{
  position: absolute;
  right: 130px;
  top: -60px;
}

.company_group_img{
  margin-top: 40px;
}

.company_mgazine_bn{
  margin-top: 100px;
  text-align: center;
}

/**/
.company_about_tbl{
  
}
.company_about_tbl tr{
  border-bottom: 2px solid #DDDDDD;
}
.company_about_tbl th,
.company_about_tbl td{
  font-weight: 400;
  text-align: left;
  padding: 60px 0;
}
.company_about_tbl th{
  width: 195px;
}
.company_about_tbl td{
  
}

.company_about_tbl .access{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.company_about_tbl .access .addr{
  
}
.company_about_tbl .access .map{
  width: 400px;
  max-width: 100%;
  margin-left: 15px;
}
.company_about_tbl .access .map iframe{
  border: 0;
}

/**/
.company_gallery_wrap{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  margin-top: 165px;
}
.company_gallery_wrap .box1,
.company_gallery_wrap .box2{
  width: 50%;
  padding: 0 10px;
}
.company_gallery_wrap ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.company_gallery_wrap ul li{
  width: 50%;
  padding: 0 10px;
}
.company_gallery_wrap ul li:nth-child(n+3){
  margin-top: 20px;
}

/**/
.company_map{
  margin-top: 135px;
}

/**/
.company_history_items{
  position: relative;
  padding-bottom: 80px;
}
.company_history_items .item{
  display: flex;
  align-items: flex-start;
  padding: 25px 0 25px 35px;
  position: relative;
  overflow: hidden;
}
.company_history_items .item dt{
  width: 130px;
  position: relative;
  color: #0E4B47;
  /*color: #80D7FF;*/
}
.company_history_items .item dd{
  width: calc(100% - 130px);
}

.company_history_items:before{
  content: "";
  width: 2px;
  background: #0F914B;
  position: absolute;
  /*top: 0;*/
  top: 35px;
  bottom: 0;
  left: 3px;
  z-index: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.company_history_items .item dt:before{
  content: "";
  width: 6px;
  height: 6px;
  background: #0F914B;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -35px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.company_history_items .item:first-child dt:after,
.company_history_items .item:last-child dt:after{
  content: "";
  width: 2px;
  background: #0F914B;
  position: absolute;
  left: -32px;
  z-index: 1;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.company_history_items .item:first-child dt:after{
  /*top: -100px;*/
  top: 10px;
  bottom: calc(50% + 3px);
}
.company_history_items .item:last-child dt:after{
  top: calc(50% + 3px);
  bottom: -100px;
}

.company_history_items.right{
  padding-bottom: 10px;
}
.company_history_items.right:before{
  left: 140px;
}
.company_history_items.right .item{
  padding-left: 0;
}
.company_history_items.right .item dt{
  width: 210px;
}
.company_history_items.right .item dd{
  width: calc(100% - 210px);
}
.company_history_items.right .item dt:before{
  left: 137px;
}

.company_history_items.right .item:first-child dt:after, 
.company_history_items.right .item:last-child dt:after{
  left: 140px;
}



/* **********************************
 *  クリビオとは？
 * ********************************* */
.pg_about{
  
}
.pg_about .section#sec1{
  padding: 0 0 120px 0;
}
.pg_about .section#sec2{
  background: #F7F7F7;
  padding: 115px 0 ;
}
.pg_about .section#sec3{
  background-image: url('/img/about/bg1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 110px 0 135px;
}
.pg_about .section#sec4{
  padding-top: 160px;
  padding-bottom: 190px;
}
.pg_about .section#sec4 .about_zero_txt_wrap{
  padding: 30px 0 0;
  background: 0;
}
.pg_about .section#sec4 .read_more{
  margin-top: 50px;
}
.pg_about .section#sec5{
  
}
.pg_about .section#sec6{
  background-image: url('/img/about/bg3.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 655px;
  margin-top: 275px;
}

.about_msg_wrap{
  
}
.about_msg_wrap .txt{
  line-height: 2;
  margin-top: 25px;
}

/* 効果 */
.about_effect_tbl{
  margin-top: 40px;
}
.about_effect_tbl td{
  background: #FFF;
  border: 1px solid #0F914B;
  padding: 30px 5px 50px;
  text-align: center;
  
}
.about_effect_tbl .title{
  font-weight: 500;
  margin-top: 35px;
}
.about_effect_tbl .title em{
  display: block;
  font-size: 20px;
  color: #0F914B;
}

.about_effect_items{
  display: flex;
  flex-wrap: wrap;
}
.about_effect_items .item{
  width: 33.333%;
  border: 1px solid #0F914B;
}

/**/
.about_zero_tt_sub{
  
  width: 464px;
  margin: 0 auto 20px;
  padding: 10px 0;
  background: linear-gradient(to left, #007164 0%, #00e368 100%);
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
.about_zero_tt{
  font-size: 32px;
  text-align: center;
  color: #00883F;
  position: relative;
  z-index: 1;
}
.about_zero_tt strong{
  /*display: block;*/
  font-size: 54px;
  font-weight: 700;
  background: linear-gradient(transparent 60%, #ff6 60%);
}
.about_zero_txt_wrap{
  padding: 80px 20px 90px;
  margin-top: -25px;
  /*background: rgba(255,255,255,0.58);*/
  border-radius: 20px;
  backdrop-filter: blur(30px);
  /*--webkit-backdrop-filter: blur(30px);*/
  background-color: rgba(255, 255, 255, 0.58);
  position: relative;
}

.about_zero_txt_wrap .txt{
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
  /*text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;*/
}
.about_zero_txt_wrap .txt p{
  
}
.about_zero_txt_wrap .txt p+p{
  margin-top: 35px;
}
.about_zero_txt_wrap .txt p.mt2{
  margin-top: 45px;
}
.about_zero_txt_wrap .txt strong{
  background: linear-gradient(transparent 60%, yellow 60%);
}

.about_zero_txt_wrap .read_more{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}
.about_zero_txt_wrap .read_more span{
  color: #0E4B47;
  font-size: 20px;
  font-weight: 700;
  margin-right: 40px;
}
.about_zero_txt_wrap .read_more a{
  width: 400px;
  font-size: 20px;
  padding: 28px 0;
  background-color: #0E4B47;
}

/**/
.about_uses_wrap{
  background-image: url('/img/about/bg2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 110px 0 50px;
}
.about_uses_tt{
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  color: #FFF;
  margin-bottom: 30px;
}

/*  */
.about_uses_points{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -32px;
}
.about_uses_points li{
  width: 33.333%;
  padding: 12px 32px;
}
.about_uses_points li span{
  display: block;
  background: #0F400A;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding: 15px 10px;
  position: relative;
}
.about_uses_points li span:before{
  content: "\f14a";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 25px;
}

/**/
.about_uses_gallery{
  display: flex;
  flex-wrap: wrap;
  margin: 50px -10px 0;
}
.about_uses_gallery li{
  width: 33.333%;
  padding: 0 10px;
}


/**/
.about_uses_bfaf{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.about_uses_bfaf .item{
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.about_uses_bfaf .item.arrow{
  margin: 0 16px;
}
.about_uses_bfaf .item img{
  margin-bottom: 5px;
}

/**/
.about_contents_wrap{
  
}
.about_contents_wrap + .about_contents_wrap{
  margin-top: 110px;
}
.about_contents_inner{
  position: relative;
  padding-bottom: 80px;
}
.about_contents_inner .box1{
  width: 590px;
  min-height: 600px;
  padding-top: 115px;
  position: relative;
}
.about_contents_inner .box1:after{
  content: "";
  background: #F7F7F7;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.about_contents_inner .box2{
  width: 640px;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.about_contents_inner .title{
  font-size: 32px;
  font-weight: 500;
  color: #00883F;
  margin-bottom: 25px;
}
.about_contents_inner .txt{
  line-height: 2;
}


.about_contents_wrap:nth-child(odd) .box1{
  margin-right: auto;
}
.about_contents_wrap:nth-child(odd) .box1:after{
  left: -1000px;
  right: -255px;
}
.about_contents_wrap:nth-child(odd) .box2{
  right: -190px;
}

.about_contents_wrap:nth-child(even) .box1{
  margin-left: auto;
}
.about_contents_wrap:nth-child(even) .box1:after{
  left: -255px;
  right: -1000px;
}
.about_contents_wrap:nth-child(even) .box2{
  left: -190px;
}


/**/
.about_media_wrap{
  position: relative;
  padding-top: 50px;
  text-align: center;
}
.about_media_icon{
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about_media_tt{
  font-size: 32px;
  font-weight: 500;
  color: #00883F;
  text-align: center;
}
.about_media_tt span{
  display: inline-block;
  background: #FFF;
  padding: 0 40px;
}

.about_media_txt{
  display: inline-block;
  font-size: 20px;
  text-align: left;
  margin-top: 30px;
}
.about_media_txt li{
  position: relative;
  padding-left: 25px;
}
.about_media_txt li:before{
  content: "";
  width: 8px;
  height: 8px;
  background: #0F914B;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.about_media_txt li+li{
  margin-top: 15px;
}

/* **********************************
 *  
 * ********************************* */
.pg_initiatives{
  
}
.pg_initiatives .section#sec1{
  background: #FFF;
}
.pg_initiatives .section#sec2{
  background: #F7F7F7;
  padding-top: 80px;
  padding-bottom: 120px;
  margin-top: 90px;
}
.pg_initiatives .section#sec3{
  background-image: url(/img/about/bg1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 110px 0 145px;
}
.pg_initiatives .section#sec4{
  margin-top: 140px;
}
.pg_initiatives .section#sec5{
  background-color: #EFF7F2;
  /*background-image: url(/img/initiatives/bg2.png);*/
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center top;
  padding: 0 0 110px;
  margin-top: 195px;
}
.pg_initiatives .section#sec6{
  padding-bottom: 125px;
}
.pg_initiatives .section#sec7{
  background: #F7F7F7;
  padding-top: 100px;
  padding-bottom: 112px;
}
.pg_initiatives .section#sec7 .news_items.wide{
  justify-content: center;
}


.initiatives_sdgs_about_head{
  display: flex;
  /*flex-wrap: wrap;*/
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 45px;
}
.initiatives_sdgs_about_head .box1{
  
}
.initiatives_sdgs_about_head .box2{
  
}

.initiatives_sdgs_about_head .title{
  font-size: 32px;
  font-weight: 500;
  color: #0F914B;
}
.initiatives_sdgs_about_head .title em{
  font-size: 80px;
  font-weight: 700;
  margin-right: 20px;
}
.initiatives_sdgs_about_head .txt{
  font-size: 24px;
  font-weight: 500;
}

.initiatives_sdgs_about_wrap{
  background: #FFF;
  padding-top: 55px;
  padding-bottom: 64px;
}
.initiatives_sdgs_about_wrap .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  
}
.initiatives_sdgs_about_wrap .inner .box1{
  width: 50%;
  text-align: center;
}
.initiatives_sdgs_about_wrap .inner .box2{
  width: 43%;
  padding-top: 45px;
  
}

.initiatives_sdgs_about_wrap .inner .box1 .img{
}
.initiatives_sdgs_about_wrap .inner .box1 .txt{
  width: 480px;
  max-width: 100%;
  background: #F5F7DA;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: 35px;
}
.initiatives_sdgs_about_wrap .inner .box1 .txt1{
  font-size: 20px;
  font-weight: 500;
  color: #0F914B;
}
.initiatives_sdgs_about_wrap .inner .box1 .txt2{
  font-size: 14px;
}
.initiatives_sdgs_about_wrap .inner .box2 .title{
  font-size: 32px;
  font-weight: 500;
  line-height: 1.375;
  color: #0F914B;
  margin-bottom: 30px;
}
.initiatives_sdgs_about_wrap .inner .box2 .txt{
  font-weight: 500;
  line-height: 2;
}
.initiatives_sdgs_about_wrap .inner .box2 .txt b{
  font-weight: 700;
}
.initiatives_sdgs_about_wrap .inner .box2 .link{
  font-weight: 700;
  color: #0F914B;
  margin-top: 25px;
}
.initiatives_sdgs_about_wrap .inner .box2 .link a{
  text-decoration: underline;
}

/**/
.initiatives_sdgs_clybio_wrap{
  background: #ECF5F5;
  background-image: url(/img/initiatives/bg1.png);
  background-repeat: no-repeat;
  background-position: center center;
  padding: 220px 100px 120px;
}
.initiatives_sdgs_clybio_wrap .box1{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 185px;
  padding-top: 25px;
  background: rgba(0, 123, 57, 0.86);
  text-align: center;
  position: relative;
}
.initiatives_sdgs_clybio_wrap .box1 .mark{
  /*width: 152px;*/
  /*height: 128px;*/
  padding-top: 20px;
  padding-left: 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 24px;
  font-weight: 700;
  color: #0F400A;
  text-align: left;
}
.initiatives_sdgs_clybio_wrap .box1 .mark:after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 128px 152px 0 0;
  border-color: #cdf213 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.initiatives_sdgs_clybio_wrap .box1 .title{
  width: 575px;
  max-width: 100%;
  padding: 5px 0;
  background: #0F400A;
  color: #FFF;
  font-size: 32px;
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
  z-index: 1;
}
.initiatives_sdgs_clybio_wrap .box1 .txt{
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #FFF;
}
.initiatives_sdgs_clybio_wrap .box2{
  font-size: 32px;
  font-weight: 700;
  color: #0F400A;
  text-align: center;
  margin-top: 25px;
  position: relative;
}
.initiatives_sdgs_clybio_wrap .box2 img{
  position: absolute;
  top: 50%;
  left: 60px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.initiatives_sdgs_clybio_wrap .box3{
  margin-top: 10px;
  text-align: center;
}
.initiatives_sdgs_clybio_wrap .box4{
  text-align: center;
}
.initiatives_sdgs_clybio_wrap .box4 span{
  display: inline-block;
  background: #FFF;
  color: #0F400A;
}
.initiatives_sdgs_clybio_wrap .box4 .txt1{
  width: 673px;
  font-size: 32px;
  font-weight: 700;
  padding: 6px 0;
}
.initiatives_sdgs_clybio_wrap .box4 .txt2{
  width: 740px;
  font-size: 63px;
  font-weight: 500;
  margin-top: 17px;
}

/**/
.initiatives_arrow_b{
  text-align: center;
}
.initiatives_sdgs_usecase_head{
  text-align: center;
  /*padding-top: 34px;*/
  /*margin-bottom: 525px;*/
  position: relative;
  margin-bottom: -35px;
}
.initiatives_sdgs_usecase_head .bg{
  width: 100%;
  position: relative;
  top: -60px;
}
.initiatives_sdgs_usecase_head .title{
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}
.initiatives_sdgs_usecase_head .img{
  
}
.initiatives_sdgs_usecase_head .txt{
  width: 691px;
  margin-top: 25px;
  font-size: 32px;
}
.initiatives_sdgs_usecase_head .initiatives_arrow_b{
  text-align: center;
  position: absolute;
  bottom: 80px;
  width: 100%;
}

.initiatives_sdgs_uses_points_wrap{
  background-image: url(/img/initiatives/bg3.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 45px 0;
  margin-bottom: 50px;
}

/**/
.initiatives_sdgs_usecase_wrap{
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 45px;
  margin-bottom: 55px;
  background: #FFF;
}
.initiatives_sdgs_usecase_wrap .box1{
  width: 37%;
  height: 387px;
  position: relative;
}
.initiatives_sdgs_usecase_wrap .box1 span{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 170px;
  background: #0F914B;
  border-radius: 50%;
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
  position: absolute;
  top: -30px;
  left: -55px;
}
.initiatives_sdgs_usecase_wrap .box2{
  width: 32%;
  padding-top: 55px;
  padding-left: 64px;
  padding-right: 55px;
}
.initiatives_sdgs_usecase_wrap .box3{
  width: 30.8%;
  padding-top: 50px;
}
.initiatives_sdgs_usecase_wrap .box2 .txt{
  font-size: 20px;
  font-weight: 500;
}
.initiatives_sdgs_usecase_wrap .box2 .points{
  font-size: 24px;
  font-weight: 500;
  color: #00883F;
  margin-top: 20px;
}
.initiatives_sdgs_usecase_wrap .box2 .points li{
  
}
.initiatives_sdgs_usecase_wrap .box2 .points li+li{
  margin-top: 20px;
}

.initiatives_sdgs_usecase_wrap .box2 .points li span{
  display: inline-block;
  border-bottom: 2px solid;
  padding-left: 35px;
  padding-bottom: 3px;
  position: relative;
}
.initiatives_sdgs_usecase_wrap .box2 .points li span:before{
  content: "\f14a";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  
}

.initiatives_sdgs_usecase_msg1{
  font-size: 32px;
  font-weight: 500;
  line-height: 2.5;
  color: #00883F;
  text-align: center;
  margin-top: 110px;
}

.initiatives_sdgs_usecase_msg1 span{
  display: inline-block;
  background: #FFF;
  padding: 0 30px;
  line-height: 2;
}

.initiatives_sdgs_usecase_msg2{
  position: relative;
  height: 718px;
  margin-top: 65px;
}
.initiatives_sdgs_usecase_msg2 .box{
  width: 800px;
  max-width: 100%;
  height: 430px;
  background: #00883F;
  color: #FFF;;
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
  padding-top: 100px;
  padding: 100px 20px 0;
  position: relative;
  z-index: 1;
}
.initiatives_sdgs_usecase_msg2 .box .txt{
  width: 525px;
  margin: 0 auto;
}
.initiatives_sdgs_usecase_msg2 .bg{
 
  position: absolute;
  top: 68px;
  left: 37%;
  right: -1000px;
  height: 650px;
}
.initiatives_sdgs_usecase_icons{
  width: 535px;
  max-width: 100%;
  background: #FFF;
  border-radius: 10px;
  padding: 40px 10px;
  margin: 45px auto 0;
  text-align: center;
}

.initiatives_partner_wrap{
  display: flex;
  margin-top: 135px;
}
.initiatives_partner_wrap .box{
  width: 50%;
  max-width: 100%;
  background: #0F914B;
  padding: 80px 80px 80px 65px;
}
.initiatives_partner_wrap .bg{
  width: 50%;
  background-image: url('/img/initiatives/bg5.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.initiatives_partner_wrap .title{
  font-size: 32px;
  font-weight: 500;
  line-height: 1.56;
  color: #FFF;
}

.initiatives_partner_wrap .read_more{
  margin-top: 40px;
}
.initiatives_partner_wrap .read_more a{
  width: 100%;
  font-size: 20px;
  background: #0E4B47;
  text-align: left;
  padding: 28px 0 28px 60px;
}

.initiatives_partner_msg{
  line-height: 2;
  margin-top: 70px;
}
.initiatives_partner_msg_link{
  font-weight: 700;
  color: #0F914B;
  margin-top: 40px;
}

.initiatives_tt2{
  margin-bottom: 50px;
  text-align: center;
}

.initiatives_articles_wrap{
  
}

.initiatives_articles_wrap .read_more{
  margin-top: 50px;
}
.initiatives_articles_wrap .read_more a{
  background: #0E4B47;
  width: 430px;
  margin: 0 auto;
  padding: 30px 10px;
  font-size: 20px;
}



/* **********************************
 *  
 * ********************************* */
.pg_product{
  
}
.pg_product .section#sec1{
  
}
.pg_product .section#sec2{
  
}

.pg_product2{
  
}
.pg_product2 .section#sec1{
  
}
.pg_product2 .section#sec2{
  margin-top: 130px;
}

.product_cat_wrap{
  background-image: url('/img/product/bg1.jpg');
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 130px;
}

.product_tt{
  font-size: 32px;
  font-weight: 500;
  color: #00883F;
  text-align: center;
  margin-bottom: 45px;
  
}

.product_cat_tbl{
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}
.product_cat_tbl td{
  width: 33.333%;
  padding: 90px 10px 60px;
  border: 1px solid #0F914B;
  background: rgba(255,255,255,0.85);
  
  text-align: center;
}
.product_cat_tbl + .product_cat_tbl td{
  border-top: 0;
}
.product_cat_tbl a{
  display: block;
}
.product_cat_tbl .img{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 48px;
  margin: 0 auto;
}
.product_cat_tbl .name{
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  margin-top: 20px;
  position: relative;
}
.product_cat_tbl .name:after{
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url('/img/product/btn.png');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: calc(100% + 15px);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}


.product_scene_wrap{
  background-image: url('/img/product/bg2.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 135px;
}
.product_scene_wrap .box{
  width: 535px;
  max-width: 100%;
  background: rgba(15, 145, 75, 0.78);
  padding: 105px 70px 105px 65px;
}
.product_scene_wrap .title{
  font-size: 32px;
  font-weight: 500;
  line-height: 1.56;
  color: #FFF;
}
.product_scene_wrap .read_more{
  margin-top: 50px;
}
.product_scene_wrap .read_more a{
  width: 100%;
  font-size: 20px;
  background: #0E4B47;
  text-align: left;
  padding: 28px 0 28px 60px;
}


/**/
.product_items{
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 150px;
}
.product_items .item{
  width: 50%;
  padding-left: 30px;
  padding-right: 30px;
}
.product_items .item:nth-child(n+3){
  margin-top: 75px;
}
.product_items .item .inner{
  height: 100%;
  border: 1px solid #0F914B;
  padding: 40px 45px 80px;
  position: relative;
}
.product_items .item .img{
  display: block;
  text-align: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 280px;
}
/*.product_items .item .img:before{
  content: "";
  display: block;
  padding-top: 75%;
}*/
.product_items .item .img img{
  
}
.product_items .item .title{
  font-size: 20px;
  font-weight: 500;
  margin-top: 30px;
}
.product_items .item .read_more{
  position: absolute;
  bottom: 0;
  right: 0;
}
.product_items .item .read_more a{
  display: block;
  width: 200px;
  padding: 12px 0 12px 25px;
  background: #00883F;
  color: #FFF;
  font-weight: 700;
  text-align: left;
}
.product_items .item .read_more a:after{
  /*content: "";*/
  /*background-image: url();*/
}




/**/
.product_detail{
  
}
.product_detail .title{
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 80px;
}
.product_comment{
  
}


.product_chirashi{
  color: #0F914B;
  font-weight: 700;
  text-align: center;
  margin-top: 75px;
}
.product_chirashi .icon{
  margin-bottom: 20px;
}
.product_chirashi a{
  
}
.product_chirashi a i{
  margin-left: 45px;
}

.product_data_tbl{
  margin-top: 75px;
}
.product_data_tbl th,
.product_data_tbl td{
  padding: 25px 10px;
  border: 1px solid #CCCCCC;
  font-weight: 400;
  line-height: 2;
  vertical-align: top;
  
}
.product_data_tbl th{
  width: 175px;
  background: #F7F7F7;
}
.product_data_tbl td{
  padding-left: 35px;
}

.product_shop_links{
  background: #EFF7F2;
  border-radius: 10px;
  padding: 70px 80px;
  margin-bottom: 115px;
  
}
.product_shop_links .title{
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  color: #00883F;
  margin-bottom: 20px;
}
.product_shop_links .title:before{
  content: "";
  display: inline-block;
  width: 48px;
  height: 36px;
  background-image: url('/img/product/icon_cart.png');
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 12px;
}
.product_shop_links .title span{
  background: #FFF;
  padding: 4px 15px;
}
.product_shop_links .shops{
  list-style: disc;
}
.product_shop_links .shops li{
  font-size: 20px;
  font-weight: 500;
  color: #00883F;
}
.product_shop_links .shops li+li{
  margin-top: 5px;
}
.product_shop_links .shops li a{
  color: #111;
}
.product_shop_links .shops li a span{
  margin-right: 10px;
}
.product_shop_links .shops li a i{
  
}

/* **********************************
 *  よくある質問
 * ********************************* */
.pg_faq{
  
}
.pg_faq .section#sec1{
  
}
.pg_faq .section#sec2{
  
}
.pg_xxxx .section#sec3{
  
}

.faq_cat_nav_wrap{
  text-align: center;
}
.faq_cat_nav_wrap + .faq_cat_nav_wrap{
  margin-top: 45px;
}
.faq_cat_nav_tt{
  font-size: 32px;
  font-weight: 500;
  color: #0F914B;
  margin-bottom: 20px;
}

.faq_cat_nav_box{
  display: inline-block;
}
.faq_cat_nav{
  display: flex;
  justify-content: center;
  background: #F7F7F7;
  padding: 25px;
}
.faq_cat_nav li{
  width: 172px;
}
.faq_cat_nav li+li{
  margin-left: 20px;
}
.faq_cat_nav li a{
  display: block;
  background: #FFF;
  color: #0E4B47;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  padding: 3px 13px;
  position: relative;
}
.faq_cat_nav li a:after{
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}


.faq_cat_header{
  height: 404px;
  margin-top: 80px;
  margin-bottom: 65px;
  background-size: cover;
  background-position: center;
}
.faq_cat_header.bg1{
  background-image: url('/img/faq/bg1.jpg');
}
.faq_cat_header.bg2{
  background-image: url('/img/faq/bg2.jpg');
  margin-top: 175px;
}
.faq_cat_header .box{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 870px;
  height: 100%;
  background: rgba(15, 145, 75, 0.78);
}
.faq_cat_header.bg2 .box{
  background: rgba(0, 113, 110, 0.78);
}

.faq_cat_header .title{
  font-size: 52px;
  font-weight: 500;
  color: #FFF;
}


.faq_items_wrap{
  position: relative;
}
.faq_items_wrap + .faq_items_wrap{
  margin-top: 135px;
  padding-top: 90px;
}
.faq_items_wrap + .faq_items_wrap:before{
  content: "";
  height: 1px;
  background: #0F914B;
  position: absolute;
  top: 0;
  left: -190px;
  right: -190px;
}



.faq_items_wrap .title{
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  color: #0F914B;
  height: 108px;
  margin-bottom: 20px;
  position: relative;
}
.faq_items_wrap .title:before{
  content: "";
  width: 108px;
  height: 108px;
  border: 2px solid #0F914B;
  border-radius: 50%;
  position: absolute;
  left: -35px;
}
.faq_items_wrap .title span{
  display: block;
  position: absolute;
  top: 48%;
  z-index: 1;
  background: #FFF;
}
.faq_items{
  
}
.faq_items .item{
  padding-bottom: 75px;
  border-bottom: 1px solid #DDDDDD;
}
.faq_items .item+.item{
  margin-top: 35px;
}
.faq_items dt,
.faq_items dd{
  position: relative;
  padding-left: 65px;
  line-height: 2;
}
.faq_items dt:before,
.faq_items dd:before{
  font-size: 40px;
  font-weight: 700;
  font-family: 'Open Sans', 'Noto Sans JP', "メイリオ", sans-serif;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.faq_items dt{
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
.faq_items dt:before{
  content: "Q.";
  color: #14584B;
}
.faq_items dd{
  
}
.faq_items dd:before{
  content: "A.";
  color: #0F914B;
}

/* **********************************
 *  
 * ********************************* */
.pg_recruit{
  
}
.pg_recruit .section#sec1{
  
}
.pg_recruit .section#sec2{
  margin-top: 50px;
}
.pg_recruit .section#sec3{
  background-image: url(/img/recruit/bg2.jpg);
  margin-top: 120px;
}

.company_msg_wrap2.recruit{
  margin-top: 0;
  background-image: url(/img/recruit/bg1.jpg);
}

.recruit_msg_wrap2{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 328px;
  background: #EFF7F2;
  color: #00883F;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
}

.recruit_msg_wrap2 .box{
  display: flex;
    align-items: center;
  position: relative;
}
.recruit_msg_wrap2 .box:before{
  content: "";
  width: 108px;
  height: 108px;
  border: 2px solid #0F914B;
  border-radius: 50%;
  position: absolute;
  left: -35px;
}
.recruit_msg_wrap2 .box span{
  position: relative;
  background: #EFF7F2;
  margin-top: 15px;
}
.recruit_msg_wrap2 .box span:before{
  
}

.recruit_job_nav_wrap{
  display: inline-block;
  margin-bottom: 40px;
}
.recruit_job_nav_wrap .faq_cat_nav{
}

.recruit_job_tt{
  font-size: 32px;
  font-weight: 500;
  color: #0E4B47;
  margin-bottom: 25px;
}

.recruit_detail_tt{
  font-size: 24px;
  font-weight: 500;
  color: #0F914B;
}
.recruit_detail_tbl{
  margin-bottom: 135px;
}
.recruit_detail_tbl tr{
  border-bottom: 1px solid #DDDDDD;
  
}
.recruit_detail_tbl th,
.recruit_detail_tbl td{
  font-weight: 400;
  text-align: left;
  padding: 60px 0;
}
.recruit_detail_tbl th{
  width: 195px;
}
.recruit_detail_tbl td{
  
}

.recruit_entry_wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 470px;
}
.recruit_entry_wrap .inner{
  width: 100%;
  height: 188px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid #FFF;
}
.recruit_entry_wrap .inner .icon{
  position: absolute;
    top: -100px;
    right: -85px;
}
.recruit_entry_wrap .inner .title{
  
  background: #FFF;
  color: #00883F;
  font-size: 32px;
  font-weight: 500;
  white-space: nowrap;
  padding: 0 30px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.recruit_entry_wrap .inner .box1,
.recruit_entry_wrap .inner .box2{
  margin: 0 48px;
}
.recruit_entry_wrap .inner .box1{
  
}
.recruit_entry_wrap .inner .box2{
  font-size: 42px;
  font-weight: 700;
  color: #FFF;
}

.recruit_entry_wrap .inner .read_more{
  
}
.recruit_entry_wrap .inner .read_more a{
  background: #0E4B47;
  width: 400px;
  padding: 28px 0;
  font-size: 20px;
  font-weight: 500;
}

/* **********************************
 *  
 * ********************************* */
.pg_xxxx{
  
}
.pg_xxxx .section#sec1{
  
}
.pg_xxxx .section#sec2{
  
}
.pg_xxxx .section#sec3{
  
}

/* **********************************
 *  
 * ********************************* */
.pg_xxxx{
  
}
.pg_xxxx .section#sec1{
  
}
.pg_xxxx .section#sec2{
  
}
.pg_xxxx .section#sec3{
  
}


