@charset "UTF-8";


/* 基本フォント: ゴシック */
body{
  /*font-family:  'Noto Sans JP', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  font-family: "M PLUS Rounded 1c", "メイリオ", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.85;
  color: #181818;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 管理画面の余白調整 */
.gjs-dashed #wrapper{
  padding-bottom: 150px;
}

@media (max-width:767px){
  #chatbot-btn {
    bottom: 55px!important;
    z-index: 5;
  }
}

.mincho{
  font-family: 'Noto Serif JP', serif;
}

p,
h1, h2, h3, h4, h5, h6{
  margin: 0;
  letter-spacing: 0;
}
h1, h2, h3, h4, h5, h6{
  line-height: 1.5;
}

a{
  color: inherit;
  transition: 0.3s;
}
a:hover{
  text-decoration: none;
  /*opacity: 0.7;*/
  /*color: inherit;*/
}
img{
  max-width: 100%;
  width: auto;
}

ul, ol, li{
  margin: 0;
  padding: 0;
  list-style: none;
}

.img_fit{
  position: relative;
}
.img_fit:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.img_fit img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover';
  position: absolute;
  left: 0;
  top: 0;
}

a.img_fit{
  display: block;
}
a .img.img_fit img{
  transition: 0.2s all;
}
a:hover .img.img_fit img{
  transform: scale(1.05);
}

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

.gjs-dashed .responsive_video:before{
  display: none;
}
.gjs-dashed .responsive_video [data-gjs-type="video"]:before{
  content: "";
  display: block;
  padding-top:56.25%;
  pointer-events: none;
}


/* 指定デバイスのみで表示するclass */
@media (min-width:1200px){
  .md:not(.pc){
    display: none!important;
  }
  .tb:not(.pc){
    display: none!important;
  }
  .sp:not(.pc){
    display: none!important;
  }
}
@media (min-width:1024px) and (max-width:1199px){
  .pc:not(.md){
    display: none!important;
  }
  .tb:not(.md){
    display: none!important;
  }
  .sp:not(.md){
    display: none!important;
  }
}
@media (min-width:768px) and (max-width:1023px){
  .pc:not(.tb){
    display: none!important;
  }
  .md:not(.tb){
    display: none!important;
  }
  .sp:not(.tb){
    display: none!important;
  }
}
@media (max-width:767px){
  .pc:not(.sp){
    display: none!important;
  }
  .md:not(.sp){
    display: none!important;
  }
  .tb:not(.sp){
    display: none!important;
  }
}

/* 指定デバイスで改行を消す */
@media (min-width:1200px){
  .pc_nobr br{
    display: none !important;
  }
}
@media (min-width:1024px) and (max-width:1199px){
  .md_nobr br{
    display: none !important;
  }
}
@media (min-width:768px) and (max-width:1023px){
  .tb_nobr br{
    display: none !important;
  }
}
@media (max-width:767px){
  .sp_nobr br{
    display: none !important;
  }
}

/* 指定した行数での切り取り */
.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;
}

/*******************************
*　ヘッダー
********************************/
.header{

}
.hdr1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 5px 10px;
  /*background: rgba(255,255,255,0.85);*/
}
.hdr1_box1{

}
.hdr1_box2{

}
.hdr_contact{

}
.hdr_contact_link a{
  display: block;
  background: #ef7f1a;
  border-radius: 10px;
  color: #FFF;
  width: 255px;
  padding: 11px 5px;
}
.hdr_contact_link a:before{
  content:"\f0e0";
  font-family: "fontAwesome";
  margin-right: 10px;
}

/* メインビジュアル */
.mv{
  position: relative;
  z-index: 1;
}
.mv_img{
  position: relative;
  text-align: center;
}
.mv_img.img_fit:before{
  padding-top: 250px;
}
.mv_txt{
  font-size: 21px;
  font-size: 5.6vw;;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.666;
  white-space: nowrap;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  /*position: absolute;
  z-index: 2;
  top: 50%;
  right: 15%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);*/
}
.mv_txt p{
  letter-spacing: 0;
}


.quote_txt strong,
.quote_txt2 strong{
  font-weight: inherit;
  position: relative;
  z-index: 1;

}
.quote_txt strong:before,
.quote_txt strong:after,
.quote_txt2 strong:before,
.quote_txt2 strong:after{
  content: "”";
  -ms-writing-mode: initial;
  writing-mode: initial;
  -ms-writing-mode: horizontal-tb;
  writing-mode: horizontal-tb;
  line-height: 1;
  position: absolute;
  z-index: 1;
}

/* 縦書き用 */
.quote_txt strong{
  display: inline-block;
  padding-top: 0.4em;
  padding-bottom: 0.5em;
}
.quote_txt strong:before{
  top: 0;
  right: 0;
  text-align: right;
}
.quote_txt strong:after{
  text-align: left;
  bottom: -0.5em;
  left: 0.3em;
}
/* 横書き用 */
.quote_txt2 strong{
  padding-left: 0.4em;
  padding-right: 0.5em;
}
.quote_txt2 strong:before{
  top: 0;
  left: 0;
}
.quote_txt2 strong:after{
  top: 0;
  right: 0;
}

@media (min-width:375px){

}
@media (max-width:767px){

  .header{
    margin-bottom: 30px;
  }
  .hdr1 {
    padding: 13px 15px;
  }
  .hdr_menubtn{
    display: none;
  }
  .hdr_logo img{
    /*width: 150px;*/
    width: 40vw;
  }

  .hdr_contact{
    display: none;
  }

  /* メインビジュアル */
  .mv_txt{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .mv_txt p{

  }
  .mv_img{
    width: 58.13vw;
    margin: 50px auto 0;
  }


  body.ios .quote_txt strong:before{
    right: -10px;
  }
  body.ios .quote_txt strong:after{
    left: 0.6em;
  }


}
@media (min-width:768px){

  body{
    padding-top: 100px;
  }
  .header{
    position: absolute;
    z-index: 3;
    top:0;
    left: 0;
    right: 0;
  }
  .hdr1{
    padding-top: 25px;
    padding-left: 50px;
    padding-right: 60px;
  }
  .hdr_menu{
    position: fixed;
    z-index: 5;
    top: 25px;
    right: 60px;
  }

  /* メインビジュアル */
  .mv{
    padding-top: 30px;
    margin-top: 50px;
  }
  .mv_img{
    text-align: center;
  }
  .mv_img img{
    width: 40%;
  }
  .mv_txt{
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.075em;
    line-height: 1.666;
    position: absolute;
    z-index: 2;
    top: 48%;
    right: 3%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }




}
@media (min-width:1024px){

  body{
    padding-top: 125px;
  }

  /* メインビジュアル */
  .mv{
    margin-top: 50px;
  }
  .mv_img{

  }
  .mv_img{

  }
  .mv_txt{
    font-size: 36px;
    /*right: 15%;*/
  }

}
@media (min-width:1200px){

  /* メインビジュアル */
  .mv{
    margin-top: 0;
  }
  .mv_img{

  }
  .mv_img img{
    width: 30%;
  }
  .mv_txt{
    font-size: 32px;
    right: 15%;
  }

}
@media (min-width:1440px){

  .mv_img img{
    width: auto;
    width: 500px;
  }
  .mv_txt{
    font-size: 42px;
    right: 16.2%;
  }

}


/* 動画バナー */
.side_movie{
  position: fixed;
  z-index: 2;
  right: 15px;
  bottom: 120px;
  width: 165px;
  width: 178px;
  border-radius: 5px;
}
.side_movie iframe{
  border: 0;
  border-radius: 5px 5px 0 0 ;
}
.side_movie_txt{
  font-size: 11px;
  line-height: 1.666;
  /*margin-top: 10px;*/
  margin-top: 0;
  padding-left: 0;
  padding: 5px 5px;
  background: #ffe17f;
  border-radius: 0 0 5px 5px;
}
.side_movie_close{
  width: 30px;
  height: 30px;
  background-image: url('../images/icon_close.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  transition: 0.2s all;
}
.side_movie_close:hover{
  filter: invert(1);
}

.gjs-dashed .side_movie{
  width: 400px;
  position: static;
  margin-left: auto;
  margin-right: 30px;
}
.gjs-dashed .side_movie:before{
  content: "動画を変更する場合は「クリエイティブモード」にした状態で動画部分をクリックし、右側の設定パネルから「Video ID」を変更してください。\A「Video ID」は動画ページのURLからご確認いただけます。\Ahttps://vimeo.com/[動画ID]/XXXXXX";
  display: block;
  font-size: 14px;
  line-height: 1.5;
  white-apace: pre;
  background: #CCC;
  padding: 15px;

}

@media (min-width:768px){


  /* 動画バナー */
  .side_movie{
    right: 32px;
    bottom: 25px;
    /*bottom: 50px;*/
    /*top: 750px;*/
    /*bottom: auto;*/
    width: 262px;
  }
  .side_movie_txt{
    font-size: 14px;
    line-height: 1.666;
    /*margin-top: 25px;*/
    margin-top: 0;
    padding: 5px 20px;
  }

}
@media (min-width:1024px){

  /* 動画バナー */
  .side_movie{
    bottom: 20px;
  }
}
@media (min-width:1200px){

  /* 動画バナー */
  .side_movie{
    /*bottom: 120px;*/
    bottom: 20px;
  }
}



/*******************************
*　
********************************/

/* Flexテーブルレイアウト */
.fl_tbl_items{
  border: 1px solid #cab386;
  margin-bottom:80px;
}
.fl_tbl_items_item{
  display: flex;
  letter-spacing: 0.05em;
}
.fl_tbl_items_item + .fl_tbl_items_item{
  border-top: 1px solid #cab386;
}

.fl_tbl_items_item_box1,
.fl_tbl_items_item_box2{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  min-height: 70px;
}
.fl_tbl_items_item_box1{
  width:31.53%;
  background: #eeeeee;
  padding: 10px 5px;
  border-right: 1px solid #cab386;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.fl_tbl_items_item_box2{
  width:68.47%;
  background: #fff;
}
.fl_tbl_items_item_txt{
  width: 100%;
  padding: 10px 10px;
}
.fl_tbl_items_item_txt + .fl_tbl_items_item_txt{
  border-top: 1px solid #cab386;
}

/* 青 */
.fl_tbl_items.blue{
  border: 1px solid #7ecef4;
}
.fl_tbl_items.blue .fl_tbl_items_item + .fl_tbl_items_item{
  border-top: 1px solid #7ecef4;
}
.fl_tbl_items.blue .fl_tbl_items_item_box1{
  background: #eff8fc;
  border-right: 1px solid #7ecef4;
}

@media (min-width:375px){
  .fl_tbl_items_item_box1{
    padding: 10px 10px;
  }
}
@media (min-width:768px){
}
@media (min-width:1024px){
  .fl_tbl_items_item_box1{
    padding: 10px 10px 10px 60px;
  }
  .fl_tbl_items_item_txt{
    padding: 10px 10px 10px 25px;
  }
}
@media (min-width:1200px){

}



/* テーブル用 */
.table_rows{
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.table_rows_tr{
  display: table-row;
}
.table_rows_th,
.table_rows_td{
  display: table-cell;
  border: 1px solid #dcdcdc;
  vertical-align: middle;
  padding: 10px 15px;
  letter-spacing: 0.075em;
}
.table_rows_th{
  background-color: #eeeeee;
  vertical-align: top;
  border-right: 0;
}
.table_rows_td{
  background-color: #eeeeee;
  vertical-align: top;
  border-left: 0;
}
.table_rows_td_pad0{
  padding: 0 !important;
}

/* テーブル入れ子 */
.table_rows .table_rows{

}
.table_rows .table_rows > .table_rows_tr:first-child .table_rows_th,
.table_rows .table_rows > .table_rows_tr:first-child .table_rows_td{
  border-top:0;
}
.table_rows .table_rows > .table_rows_tr:last-child .table_rows_th,
.table_rows .table_rows > .table_rows_tr:last-child .table_rows_td{
  border-bottom:0;
}
.table_rows .table_rows > .table_rows_tr .table_rows_th:first-child,
.table_rows .table_rows > .table_rows_tr .table_rows_td:first-child{
  border-left:0;
}
.table_rows .table_rows > .table_rows_tr .table_rows_th:last-child,
.table_rows .table_rows > .table_rows_tr .table_rows_td:last-child{
  border-right:0;
}


/* ページネーション */
.webgene-pagination {
  width: 100%;
  margin: 50px 0 0;
  line-height: 1.85;
}
.webgene-pagination ul{
  display: flex;
  justify-content: center;
  align-items: center;
}
.webgene-pagination li{
  padding: 4px 13px;
  margin: 0 4px;
  border: 1px solid #c0c0c0;
  background: #ffffff;
  font-weight: 500;
}
.webgene-pagination li.selected{
  border: 0;
  background: #e5e5e5;
}
.webgene-pagination li.next a:after{
  content: "\f101";
  font-family: 'FontAwesome';
  font-weight: 900;
  display: inline-block;
  margin-left: 10px;
}
.webgene-pagination li.prev a:before{
  content: "\f100";
  font-family: 'FontAwesome';
  font-weight: 900;
  display: inline-block;
  margin-right: 10px;
}

.anchor{
  position: relative;
  top: -30px;
}

/* ボタン */
.read_more{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  margin-left: -5px;
  margin-right: -5px;
}
.read_more a{
  width: 345px;
  max-width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  border: 1px solid currentColor;
  border-radius: 27px;
  padding: 16px 20px;
  margin: 5px 5px;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
}
.read_more a.wh{
  background: #FFF;
}
.read_more a.wh.nobdr{
  border-color: #FFF;
}
.read_more a:hover.wh.nobdr{
  border-color: #fde67c;
}
.read_more a p{
  letter-spacing: 0;
}
.read_more a:after{
  content: "→";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 18px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
}
.read_more a:hover{
  color: #181818;
  background: #fde67c;
}
.read_more a:hover:after{
  margin-right: -5px;
}


@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

}
@media (min-width:768px){

  .anchor{
    top: -100px;
  }

  /* ページネーション */
  .webgene-pagination {
    margin-top: 50px;
  }

  /* ボタン */
  .read_more{
    margin-top: 35px;
  }
  .read_more.center{
    justify-content: center;
  }
  .read_more.left{
    justify-content: flex-start;
  }
  .read_more.right{
    justify-content: flex-end;
  }
  .read_more a{
    width: 260px;
    font-size: 16px;
    border-radius: 27px;
    padding: 16px 20px;
    margin: 5px 5px;
  }
  .read_more a:after{
    content: "→";
    top: 50%;
    right: 18px;
  }
  .read_more a:hover:after{
    margin-right: -5px;
  }

}
@media (min-width:1024px){

  /* ページネーション */
  .webgene-pagination{
    margin-top: 120px;
  }
  .posts_list .webgene-pagination{
    margin-top: 80px;
  }

  .read_more a{
    width: 260px;
  }

}
@media (min-width:1200px){

  .read_more a{
    width: 285px;
  }

}

p, h1, h2, h3, h4, h5, h6, li{
  transform: rotate(0.05deg);
}
.fixRotate{
  transform: rotate(0.05deg);
}

#root{
  /*position: relative;*/
  /*z-index: 1;*/
  position: static;
}
.bg_circle_wrap{
  position: fixed;
  z-index: -1;
  inset: 0;
}
.bg_circle_wrap .moving-circles{
  width: 100% !important;
  height: 100% !important;
}
/*
.bg_circle_img{
  position: absolute;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.bg_circle_img.pos1{
  width: 246px;
  aspect-ratio: 246 / 240;
  background-image: url('../images/bg_circle1.png');
  top: 158px;
  left: 283px;
}
.bg_circle_img.pos2{
  width: 252px;
  aspect-ratio: 252 / 252;
  background-image: url('../images/bg_circle2.png');
  top: 590px;
  left: 78px;
}
.bg_circle_img.pos3{
  width: 249px;
  aspect-ratio: 249 / 240;
  background-image: url('../images/bg_circle3.png');
  top: 700px;
  right: 160px;
}*/

.circle{
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent!important;
}
.circle:nth-child(1){
  background-image: url('../images/bg_circle1.png');
}
.circle:nth-child(2){
  background-image: url('../images/bg_circle2.png');
}
.circle:nth-child(3){
  background-image: url('../images/bg_circle3.png');
}

/*******************************
*　HOME
********************************/
.pg_home{

}
.pg_home .section{
  padding-top: 50px;
  padding-bottom: 50px;
}
.pg_home .section.sec1{
  padding-top: 240px;
}
.pg_home .section.sec2{
  background: #f4f4f4;
}
.pg_home .section.sec3{
  background: #44475c;
}
.pg_home .section.sec4{

}
.pg_home .section.sec5{
  background: #f4f4f4;
}
.pg_home .section.sec6{

}
.pg_home .section.sec7{

}


/* ゆるい引き寄せ */
.home_about{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_about_box1{
  width: 100%;
  padding-bottom: 100px;
}
.home_about_box2{
  position: relative;
  z-index: 1;
  padding-top: 65px;
}
.home_about_title{
  font-size: 22.5px;
  font-weight: 500;
  letter-spacing: 0;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-left: auto;
  margin-right: 50px;
  white-space: nowrap;
}
.home_about_txt{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0;
  text-align: justify;
  transform: rotate(0.05deg);
}
.home_about_txt p{
  letter-spacing: 0;
}
.home_about_img{
  width: 140px;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50px;
}

/* どうして魂の声なのか */
.home_why{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_why_box1{
  width: 100%;
}
.home_why_box2{
  width: 100%;
}
.home_why_title{
  display: flex;
  margin-bottom: 20px;
}
.home_why_title_txt{
  width: 100%;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: center;
  background: #FFF;
  padding: 5px 5px;
}
.home_why_txt{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  text-align: justify;
  transform: rotate(0.05deg);
}
.home_why_txt p{
  letter-spacing: 0;
}
.home_why_img{
  text-align: center;
}
.home_why_img img{
  width: 185px;
}

/* どうして魂の声なのか(関係性) */
.home_why_relation{
  margin-top: 50px;
}
.home_why_relation_head{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content:center;
}
.home_why_relation_head_txt{
  width: 100%;
  background: #FFF;
  padding: 10px 10px;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.4;
}
.home_why_relation_head_txt_icon{
  width: 100%;
  height: 90px;
  background-image: url('../images/icon_cross.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 37px auto;
}
.home_why_relation_msg{
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
  margin-top: 30px;
}
.home_why_relation_msg p{
  letter-spacing: 0;
}
.home_why_relation_msg_eq{
  width: 100%;
  height: 125px;
  background-image: url('../images/icon_eq.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 37.5px auto;
}
.home_why_relation_img{
  text-align: center;

}

/* 修了生の声 */
.home_voice_head{
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.home_voice_head_tt{
  width: 100%;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: center;
  background: #FFF;
  padding: 5px 32px;
}
.home_voice{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_voice_box1{
  width: 100%;
}
.home_voice_box2{
  width: 100%;
  margin-top: 30px;

  position: relative;
  z-index: 1;
}
.home_voice_box2:after{
  content: "";
  display: block;
  width: 32px;
  aspect-ratio: 66 / 58;
  background-image: url('../images/icon_quote.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  z-index: 1;
}
.home_voice_img{
  text-align: center;
}
.home_voice_img img{
  width: 190px;
}

/* リンク */
.home_links{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_links_item{
  width: 100%;
}
.home_links_item:nth-child(n+2){
  margin-top: 75px;
}
.home_links_item_title{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.home_links_item_title:after{
  content: "";
  width: 100%;
  height: 5px;
  background: #44475c;
  border-radius: 2.5px;
  margin-left: 15px;
}
.home_links_item_title_tt{
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
  white-space: nowrap;
}
.home_links_item_img{
  margin-top: 35px;
  text-align: center;
}
.home_links_item_img.pos1 img{
  width: 106px;
}
.home_links_item_img.pos2 img{
  width: 138px;
}
.home_links_item .read_more{
  margin-top: 30px;
}

/* よくある質問 */
.home_faq{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_faq_box1{
  width: 100%;
}
.home_faq_box2{
  width: 100%;
  margin-top: 20px;
}
.home_faq_head{

}
.home_faq_head_tt{
  width: 100%;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: center;
  background: #FFF;
  padding: 5px 10px;
}

/* 代表の想い */
.home_intro{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding-top: 50px;
  padding-bottom: 50px;
}
.home_intro:after{
  content: "";
  background: #44475c;
  width: 100vw;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.home_intro>*{
  position: relative;
  z-index: 1;
}
.home_intro_box1{
  width: 100%;
}
.home_intro_box2{
  width: 100%;
  margin-top: 60px;
}
.home_intro_title{
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 00;
  line-height: 1.4;
  text-align: center;
  color: #FFF;
  margin-bottom: 20px;
}
.home_intro_txt{
  font-size: 16px;
  line-height: 1.9;
  text-align: justify;
  color: #FFF;
}
.home_intro_txt p{
  letter-spacing: 0;
}
.home_intro_img{
  text-align: center;
}
.home_intro_img img{
  width: 206px;
}
.home_intro .read_more{
  /*margin-top: 45px;*/
}

/* 見出し */
.home_tt2{
  text-align: center;
  margin-bottom: 20px;
}
.home_tt2_txt{
  font-size: 25px;
  font-weight: 500;
  line-height: 1.4;
}

.gjs-dashed .spShowTxt{
  display: block !important;
}

/* コピー用 */
@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

  .home_about_txt_part3{
    display: none;
  }

  .spHideTxt{
    display: none;
  }
  .spShowTxt{
    margin-top: 10px;
    text-align: center;
    cursor: pointer;
  }

}
@media (min-width:768px){

  .pg_home .section{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pg_home .section.sec1{
    padding-top: 238px;
    padding-bottom: 195px;
  }
  .pg_home .section.sec2{
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .pg_home .section.sec3{
    padding-top: 220px;
    padding-bottom: 195px;
  }
  .pg_home .section.sec4{
    padding-top: 195px;
    padding-bottom: 155px;
  }
  .pg_home .section.sec5{
    background: #f4f4f4;
    padding-top: 150px;
    padding-bottom: 135px;
  }
  .pg_home .section.sec6{
    padding-top: 150px;
    padding-bottom: 0;
  }
  .pg_home .section.sec7{
    padding-top: 140px;
    padding-bottom: 0;
  }

  /* ゆるい引き寄せ */
  .home_about{
  }
  .home_about_box1{
    /*width: 100px;*/
  }
  .home_about_box2{
    /*width: calc(100% - 100px);*/
  }
  .home_about_title{
    font-size: 36px;
    margin-right: 100px;
  }
  .home_about_txt{
    font-size: 18px;
    line-height: 1.9;
  }
  .home_about_img{
    width: 240px;
  }

  .spShowTxt{
    display: none;
  }



  /* どうして魂の声なのか */
  .home_why{
  }
  .home_why_box1{
    /*width: calc(100% - 250px);*/
  }
  .home_why_box2{
    /*width: 250px;*/
  }
  .home_why_title{
    margin-bottom: 30px;
  }
  .home_why_title_txt{
    font-size: 36px;
    padding: 15px 30px;
  }
  .home_why_txt{
    font-size: 18px;
    line-height: 1.9;
  }
  .home_why_img{

  }
  .home_why_img img{
    width: 280px;
  }

  /* 修了生の声 */
  .home_voice_head{
    margin-bottom: 50px;
  }
  .home_voice_head_tt{
    font-size: 25px;
    padding: 14px 32px;
  }
  .home_voice{
  }
  .home_voice_box1{
    /*width: 100%;*/
  }
  .home_voice_box2{
    /*width: 100%;*/
    margin-top: 30px;
  }
  .home_voice_img{

  }
  .home_voice_img img{
    width: 250px;
  }

  /* リンク */
  .home_links{
  }
  .home_links_item{
    width: 48.64%;
  }
  .home_links_item:nth-child(n+2){
    margin-top: 0;
  }
  .home_links_item:nth-child(n+3){
    margin-top: 50px;
  }
  .home_links_item_title{
    margin-bottom: 20px;
  }
  .home_links_item_title_tt{
    font-size: 28px;
  }
  .home_links_item_img{
    margin-top: 30px;
  }
  .home_links_item_img.pos1 img{
    width: 180px;
  }
  .home_links_item_img.pos2 img{
    width: 220px;
  }
  .home_links_item .read_more{
    margin-top: 20px;
  }

  /* 代表の想い */
  .home_intro{
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .home_intro:after{
    /*width: calc(100vw - 60px);*/
  }
  .home_intro_box1{
    width: 64%;
  }
  .home_intro_box2{
    width: 32%;
    margin-top: 15px;
  }
  .home_intro_title{
    font-size: 28px;
    text-align: left;
    margin-bottom: 25px;
  }
  .home_intro_txt{
    font-size: 16px;
    line-height: 1.9;
    text-align: justify;
    color: #FFF;
  }
  .home_intro_img{
  }
  .home_intro_img img{
    width: 100%;
  }
  .home_intro .read_more{
    justify-content: space-between;
  }
  .home_intro .read_more a{
    width: 210px;
  }

  /* 見出し */
  .home_tt2{
    margin-bottom: 30px;
  }
  .home_tt2_txt{
    font-size: 28px;
  }
}
@media (max-width:1023px){

  /* どうして魂の声なのか */
  .home_why{
  }
  .home_why_box1,
  .home_why_box2{
    display: contents;
  }
  .home_why_box1 > *,
  .home_why_box2 > *{
    order: 99;
    width: 100%;
  }
  .home_why_title{
    order: 1;
  }
  .home_why_txt{
    order: 3;
    margin-top: 20px;
  }
  .home_why_img{
    order: 2;
    text-align: center;
  }

  /* 修了生の声 */
  .home_voice_box2:after{
    width: 35px;
    top: 25px;
    right: 0;
  }




}
@media (min-width:1024px){

  /* ゆるい引き寄せ */
  .home_about{
  }
  .home_about_box1{
    width: 120px;
    padding: 0;
    padding-top: 25px;
  }
  .home_about_box2{
    width: calc(100% - 120px);
    padding: 0;
  }
  .home_about_title{
    font-size: 38px;
  }
  .home_about_txt{
    font-size: 18px;
  }
  .home_about_img{
    width: 250px;
    top: 50px;
    bottom: auto;
    left: auto;
    right: 0;
  }

  .home_about_txt_part1{
    padding-right: 230px;
  }
  .home_about_txt_part2{

  }

  /* どうして魂の声なのか */
  .home_why{
  }
  .home_why_box1{
    width: calc(100% - 300px);
  }
  .home_why_box2{
    width: 250px;
    text-align: right;
    padding-top: 50px;
  }
  .home_why_title{
    margin-bottom: 40px;
  }
  .home_why_title_txt{
    width: auto;
    font-size: 38px;
  }
  .home_why_txt{

  }
  .home_why_img{
    text-align: right;
  }
  .home_why_img img{
    width: auto;
  }

  /* どうして魂の声なのか(関係性) */
  .home_why_relation{
    margin-top: 50px;
  }
  .home_why_relation_head{
    flex-wrap: nowrap;
    align-items: stretch;
  }
  .home_why_relation_head_txt{
    width: calc((100% - 54px) / 2);
    padding: 15px 10px;
    font-size: 28px;
  }
  .home_why_relation_head_txt_icon{
    width: 54px;
    height: auto;
    background-size: 24px auto;
  }
  .home_why_relation_msg{
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    line-height: 1.6;
    margin-top: 30px;
  }
  .home_why_relation_msg p{
    letter-spacing: 0;
  }
  .home_why_relation_msg_eq{
    height: 125px;
    background-size: 22px auto;
  }
  .home_why_relation_img{

  }


  /* 修了生の声 */
  .home_voice_head{
    margin-bottom: 50px;
  }
  .home_voice_head_tt{
    width: auto;
    font-size: 28px;
    /*padding: 5px 5px;*/
  }
  .home_voice{
    padding-right: 95px;
  }
  .home_voice_box1{
    width: 34.23%;
    width: 37.43%;
  }
  .home_voice_box2{
    width: 53.20%;
    margin-top: 60px;
  }
  .home_voice_box2:after{
    width: 65px;
    top: 0;
    right: -95px;
    background-size: 65px auto;
  }
  .home_voice_img{
  }
  .home_voice_img img{
    width: 100%;
  }

  .home_voice + .read_more{
    margin-top: 45px;
  }

  /* リンク */
  .home_links{
  }
  .home_links_item{
    width: 48.64%;
  }
  .home_links_item:nth-child(n+2){
    margin-top: 0;
  }
  .home_links_item:nth-child(n+3){
    margin-top: 75px;
  }
  .home_links_item_title{
    margin-bottom: 20px;
  }
  .home_links_item_title:after{
    height: 5px;
    margin-left: 15px;
  }
  .home_links_item_title_tt{
    font-size: 38px;
  }
  .home_links_item_img{
    margin-top: 30px;
  }
  .home_links_item_img.pos1 img{
    width: 172px;
  }
  .home_links_item_img.pos2 img{
    width: 210px;
  }
  .home_links_item .read_more{
    margin-top: 20px;
  }

  /* よくある質問 */
  .home_faq{
  }
  .home_faq_box1{
    width: 200px;
    padding-left: 30px;
  }
  .home_faq_box2{
    width: calc(100% - 200px);
    margin-top: -5px;
  }
  .home_faq_head{

  }
  .home_faq_head_tt{
    width: auto;
    font-size: 38px;
    padding: 28px 15px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
  }
  .home_faq .read_more{
    margin-top: 45px;
  }

  /* 代表の想い */
  .home_intro{
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .home_intro_box1{
    width: 60%;
  }
  .home_intro_box2{
    width: 32%;
    margin-top: 15px;
  }
  .home_intro_title{
    font-size: 38px;
    margin-bottom: 25px;
  }
  .home_intro_txt{
    font-size: 18px;
  }
  .home_intro .read_more {
  }
  .home_intro .read_more a{
    width: 260px;
  }


  /* 見出し */
  .home_tt2{
    margin-bottom: 50px;
  }
  .home_tt2_txt{
    font-size: 38px;
  }
}
@media (min-width:1200px){

  /* ゆるい引き寄せ */
  .home_about{
  }
  .home_about_box1{
    width: 160px;
  }
  .home_about_box2{
    width: calc(100% - 160px);
    padding: 0;
  }
  .home_about_title{
    font-size: 45px;
  }
  .home_about_txt{
    font-size: 20px;
  }
  .home_about_img{
    width: 255px;
    top: 110px;
    right: 30px;
  }

  .home_about_txt_part1{
    padding-right: 255px;
  }
  .home_about_txt_part2{

  }

  /* どうして魂の声なのか */
  .home_why{
  }
  .home_why_box1{
    width: calc(100% - 405px);
  }
  .home_why_box2{
    width: 405px;
  }
  .home_why_title_txt{
    font-size: 45px;
  }
  .home_why_txt{
    font-size: 20px;
  }

  /* どうして魂の声なのか(関係性) */
  .home_why_relation{
    margin-top: 145px;
  }
  .home_why_relation_head{
  }
  .home_why_relation_head_txt{
    width: auto;
    font-size: 42px;
  }
  .home_why_relation_head_txt_icon{
  }
  .home_why_relation_msg{
    font-size: 32px;
    margin-top: 46px;
  }
  .home_why_relation_msg_eq{
    height: 115px;
  }
  .home_why_relation_img{

  }

  /* 修了生の声 */
  .home_voice_head{
    /*margin-bottom: 30px;*/
  }
  .home_voice_head_tt{
    font-size: 45px;
  }

  /* リンク */
  .home_links{
  }
  .home_links_item{
    width: 48.64%;
  }
  .home_links_item_title{
    margin-bottom: 20px;
  }
  .home_links_item_title:after{
    height: 5px;
    margin-left: 15px;
  }
  .home_links_item_title_tt{
    font-size: 45px;
  }
  .home_links_item_img{
    margin-top: 30px;
  }
  .home_links_item_img.pos1 img{
    /*width: 212px;*/
  }
  .home_links_item_img.pos2 img{
    /*width: 275px;*/
  }
  .home_links_item .read_more{
  }

  /* よくある質問 */
  .home_faq{
  }
  .home_faq_box1{
    width: 285px;
    padding-left: 65px;
  }
  .home_faq_box2{
    width: calc(100% - 285px);
  }
  .home_faq_head{

  }
  .home_faq_head_tt{
    font-size: 45px;
  }

  /* 代表の想い */
  .home_intro{
    padding-top: 140px;
    padding-bottom: 150px;
  }
  .home_intro_box1{
    width: 53.87%;
  }
  .home_intro_box2{
    width: 31.53%;
  }
  .home_intro_title{
    font-size: 45px;
  }
  .home_intro_txt{
    font-size: 20px;
    padding-right: 35px;
  }
  .home_intro .read_more a{
    width: 285px;
  }

  /* 見出し */
  .home_tt2{
  }
  .home_tt2_txt{
    font-size: 45px;
  }

}

@media (min-width:1440px){

  /* 代表の想い */
  .home_intro{
  }
  .home_intro:after{
    width: calc(100vw - 220px);
  }

}



/*******************************
*　
********************************/
.pg_xxx{

}
.pg_xxx .section.sec1{
}
.pg_xxx .section.sec2{
}
.pg_xxx .section.sec3{
}

.pg_home .section.sec5{
  /*background: #FFF;*/
}
.faq_list{

}
.faq_list_item{
  /*padding-top: 20px;*/
  background: #f4f3f3;
  font-size: 16px;
}
.faq_list_item:nth-child(n+2){
  margin-top: 20px;
}

.faq_list_item_q,
.faq_list_item_a{
  font-size: 1em;
  padding-left: 1.3em;
  position: relative;
  z-index: 1;
}

.faq_list_item_q{
  font-size: 1em;
  padding-left: 1.3em;
  padding-right: 30px;
  padding-bottom: 20px;

  border-bottom: 1px dotted currentColor;
  cursor: pointer;
  transition: 0.2s all;
}
.faq_list_item_q:before,
.faq_list_item_a:before{
  line-height: 1.59375;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.faq_list_item_q:before{
  content: "Q.";
}
.faq_list_item_a:before{
  content: "A.";
}
.faq_list_item_q:after{
  content: "";
  /*
  * f078 ∨ (大)
  * f107 ∨ (小)
  */
  content: "\f078";
  font-family: "FontAwesome";
  position: absolute;
  top: 4px;
  right: 10px;
  font-size: 15px;
  line-height: 1;
  transition: 0.2s all;
}
.faq_list_item_q.on:after{
  content: "\f077";
  /*
    * f077 ∧ (大)
    * f106 ∧ (小)
  */
}
.faq_list_item_q:hover{
  color: #fdc100;
}

.faq_list_item_q_tt{
  font-size: 1em;
  font-weight: 500;
  line-height: 1.59375;
  letter-spacing: 0;
}
.faq_list_item_a{
  display: none;
  font-size: 1em;
  font-weight: 500;
  margin-top: 1em;
}
.faq_list_item_a p{
  letter-spacing: 0;
  line-height: 1.59375;
}

.gjs-dashed .faq_list_item_a{
  display: block;
}


/* 一覧2 */

.faq_wrap{

}
.faq_wrap_row{

}
.faq_wrap_row + .faq_wrap_row{
  margin-top: 50px;
}
.faq_wrap_row_head{
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 15px;
}

.faq_list_item2{
  font-size: 16px;
  background: #f4f3f3;
  border-radius: 10px;
  padding: 15px 15px;;
}
.faq_list_item2 + .faq_list_item2{
  margin-top: 10px;
}
.faq_list_item2 .faq_list_item_q{
  border-bottom: 1px dashed #b9b9b9;
}
.faq_list_item2 .faq_list_item_q:not(.on){
  border-bottom: 0;
  padding-bottom: 0;
}
.faq_list_item2 .faq_list_item_a{
  margin-top: 1.3em;
}

@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

  .faq_list_item2 .faq_list_item_q:after{
    right: 0px;
  }
}
@media (min-width:768px){
  .pg_xxx{

  }
  .pg_xxx .section.sec1{
  }
  .pg_xxx .section.sec2{
  }
  .pg_xxx .section.sec3{
  }

  .faq_list_item{
    font-size: 20px;
  }
  .faq_list_item_q{
    padding-right: 40px;
  }
  .faq_list_item_q:after{
    top: 4px;
    right: 26px;
  }

  /* 一覧2 */
  .faq_wrap{

  }
  .faq_wrap_row{

  }
  .faq_wrap_row + .faq_wrap_row{
    margin-top: 90px;
  }
  .faq_wrap_row_head{
    font-size: 28px;
    margin-bottom: 32px;
  }
  .faq_list_item2{
    font-size: 20px;
    padding: 25px 22px;
  }
  .faq_list_item2 .faq_list_item_q,
  .faq_list_item2 .faq_list_item_a{
    padding-left: 2.0em;
  }

  .faq_list_item2 .faq_list_item_q:after{
    top: 4px;
    right: 0px;
    font-size: 17px;
  }

}
@media (min-width:1024px){


}
@media (min-width:1200px){


}


/*******************************
*　
********************************/
.pg_blog{

}
.pg_blog .section.sec1{
}
.pg_blog .section.sec2{
  margin-top: 50px;
}
.pg_blog .section.sec3{
}

/* 一覧 */
.blog_list{

}
.blog_list .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.blog_list .webgene-item{
  width: 50%;
  padding: 0 8px;
}
.blog_list .webgene-item:nth-child(n+3){
  margin-top: 25px;
}
.blog_list .webgene-item .inner{
  transition: 0.2s all;
}
.blog_list .webgene-item .inner:hover{
  color: #fdc100;
}
.blog_list .webgene-item .img{
  background: #eeeeee;
  border-radius: 20px;
  border: 1px solid #44475c;
  overflow: hidden;
}
.blog_list .webgene-item .img.img_fit:before{
  padding-top: 86.27%;

}
.blog_list .webgene-item .date{
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 10px;
  margin-bottom: 10px;
}
.blog_list .webgene-item .title{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
.blog_list .read_more{

}

@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

}
@media (min-width:768px){
  .pg_blog{

  }
  .pg_blog .section.sec1{
  }
  .pg_blog .section.sec2{
    margin-top: 75px;
  }
  .pg_blog .section.sec3{
  }

  /* 一覧 */
  .blog_list{

  }
  .blog_list .webgene-blog{
    margin: 0 -10px;
  }
  .blog_list .webgene-item{
    width: 50%;
    padding: 0 10px;
  }
  .blog_list .webgene-item:nth-child(n+3){
    margin-top: 35px;
  }
  .blog_list .webgene-item .img{
    border-radius: 20px;
  }
  .blog_list .webgene-item .date{
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 12px;
  }
  .blog_list .webgene-item .title{
    font-size: 20px;
  }
  .blog_list .read_more{

  }

}
@media (min-width:1024px){

  pg_blog{

  }
  .pg_blog .section.sec1{
  }
  .pg_blog .section.sec2{
    margin-top: 100px;
  }
  .pg_blog .section.sec3{
  }

  /* 一覧 */
  .blog_list{

  }
  .blog_list .webgene-blog{
    margin: 0 -15px;
  }
  .blog_list .webgene-item{
    width: 25%;
    padding: 0 15px;
  }
  .blog_list .webgene-item:nth-child(n+3){
    margin-top: 0;
  }
  .blog_list .webgene-item:nth-child(n+5){
    margin-top: 35px;
  }

}
@media (min-width:1200px){

  pg_blog{

  }
  .pg_blog .section.sec1{
  }
  .pg_blog .section.sec2{
    margin-top: 150px;
  }
  .pg_blog .section.sec3{
  }

}


/*******************************
*　
********************************/
.pg_voice{

}
.pg_voice .section.sec1{
}
.pg_voice .section.sec2{
  margin-top: 50px;
}
.pg_voice .section.sec3{
}

/* 一覧 */
.voice_list{

}
.voice_list .webgene-blog{

}
.voice_list .webgene-item{
  position: relative;
  z-index: 1;
  padding: 25px 0;
}
.voice_list .webgene-item .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 20px;
  padding: 20px 20px;
  position: relative;
  z-index: 1;
}
.voice_list .webgene-item:after{
  content: "";
  width: 100vw;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}


.voice_list .webgene-item .inner .box1{
  width: 100%;
}
.voice_list .webgene-item .inner .box2{
  width: 100%;
  margin-top: 20px;
}
.voice_list .webgene-item .img{
  border-radius: 50%;
}
.voice_list .webgene-item .img.img_fit:before{
  padding-top: 100%;
}
.voice_list .webgene-item .title{
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 20px;
}
.voice_list .webgene-item .txt{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.777;
  text-align: justify;
}


.voice_list .webgene-item:nth-child(odd):after{
  background: #f7f7f7;
}
.voice_list .webgene-item:nth-child(odd) .inner{
  background: #FFF;
}
.voice_list .webgene-item:nth-child(odd) .img{
  background: #f7f7f7;
}
.voice_list .webgene-item:nth-child(even):after{
  background: #FFF;
}
.voice_list .webgene-item:nth-child(even) .inner{
  background: #f7f7f7;
}
.voice_list .webgene-item:nth-child(even) .img{
  background: #FFF;
}

/* スライド */
.voice_slider{
  border-top: 2px solid #FFF;
  border-bottom: 2px solid #FFF;

}
.voice_slider .inner{
  color: #FFF;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 50px;
}
.voice_slider .inner .txt{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5384;
  text-align: justify;
}
.voice_slider .inner .title{
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 20px;
}

/* スライド(ボタン類) */
.voice_slider_controlls{
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #FFF;
  margin-top: 30px;
}
.voice_slider_controlls_pages{
  font-size: 14px;
  font-weight: 500;
}
.voice_slider_controlls_btns{
  display: flex;

}
.voice_slider_controlls_btns .prev,
.voice_slider_controlls_btns .next{
  width: 50px;
  height: 50px;
  border: 1px solid currentColor;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
  cursor: pointer;
}
.voice_slider_controlls_btns .prev:hover,
.voice_slider_controlls_btns .next:hover{
  background: #fde67c;
  color: #181818;
}
.voice_slider_controlls_btns .prev{

}
.voice_slider_controlls_btns .next{
  margin-left: 22px;
}

.voice_slider_controlls_btns .prev:after,
.voice_slider_controlls_btns .next:after{
  font-size: 14px;
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.voice_slider_controlls_btns .prev:after{
  content: "\f060";
}
.voice_slider_controlls_btns .next:after{
  content: "\f061";
}




@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){
  .voice_list .webgene-item .img{
    width: 70%;
    margin: 0 auto;
  }
}
@media (min-width:768px){
  .pg_voice{

  }
  .pg_voice .section.sec1{
  }
  .pg_voice .section.sec2{
    margin-top: 75px;
  }
  .pg_voice .section.sec3{

  }


  /* 一覧 */
  .voice_list{

  }
  .voice_list .webgene-blog{

  }
  .voice_list .webgene-item{
    padding: 40px 0;
  }
  .voice_list .webgene-item .inner{
    align-items: center;
    border-radius: 20px;
    padding: 35px 25px;
  }

  .voice_list .webgene-item .inner .box1{
    width: 25.67%;
  }
  .voice_list .webgene-item .inner .box2{
    width: 68.46%;
    margin-top: 0;
  }
  .voice_list .webgene-item .title{
    font-size: 21px;
    margin-bottom: 30px;
  }
  .voice_list .webgene-item .txt{
    font-size: 18px;
    line-height: 1.777;
  }

  /*.voice_list .webgene-item:nth-child(odd){
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .voice_list .webgene-item:nth-child(even){
    padding-top: 60px;
    padding-bottom: 60px;
  }*/

  /* スライド */
  .voice_slider{

  }
  .voice_slider .inner{
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .voice_slider .inner .txt{
    font-size: 26px;
  }
  .voice_slider .inner .title{
    font-size: 22px;
    margin-top: 20px;
  }

  /* スライド(ボタン類) */
  .voice_slider_controlls{
    margin-top: 50px;
  }
  .voice_slider_controlls_pages{
    font-size: 20px;
  }
  .voice_slider_controlls_btns{
  }
  .voice_slider_controlls_btns .prev,
  .voice_slider_controlls_btns .next{
    width: 50px;
    height: 50px;
  }
  .voice_slider_controlls_btns .next{
    margin-left: 15px;
  }
  .voice_slider_controlls_btns .prev:after,
  .voice_slider_controlls_btns .next:after{
    font-size: 14px;
  }

}
@media (min-width:1024px){

  /* 一覧 */
  .voice_list{

  }
  .voice_list .webgene-blog{

  }
  .voice_list .webgene-item{
    margin-left: -25px;
    margin-right: -25px;
  }

  /* スライド */
  .voice_slider{

  }
  .voice_slider .inner{
    padding-top: 45px;
    padding-bottom: 45px;
    padding-right: 0;
  }
  .voice_slider .inner .txt{
    font-size: 22px;
  }
  .voice_slider .inner .title{
    font-size: 18px;
    margin-top: 20px;
  }

  /* スライド(ボタン類) */
  .voice_slider_controlls{
    margin-top: 50px;
  }
  .voice_slider_controlls_pages{
    font-size: 20px;
  }
  .voice_slider_controlls_btns{
  }
  .voice_slider_controlls_btns .prev,
  .voice_slider_controlls_btns .next{
    width: 65px;
    height: 65px;
  }
  .voice_slider_controlls_btns .next{
    margin-left: 30px;
  }
  .voice_slider_controlls_btns .prev:after,
  .voice_slider_controlls_btns .next:after{
    font-size: 14px;
  }
}
@media (min-width:1200px){

  .pg_voice .section.sec1{
  }
  .pg_voice .section.sec2{
    margin-top: 125px;
  }
  .pg_voice .section.sec3{
  }

  /* スライド */
  .voice_slider{

  }
  .voice_slider .inner{
    padding-top: 45px;
    padding-bottom: 45px;
    padding-right: 0;
  }
  .voice_slider .inner .txt{
    font-size: 26px;
  }
  .voice_slider .inner .title{
    font-size: 22px;
  }

}


/*******************************
*　記事一覧(2カラム)
********************************/
.pg_news{
  padding-top: 30px;
}
.posts_layout{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}
.posts_layout_box1{
  width: 100%;
}
.posts_layout_box2{
  width: 100%;
  margin-top: 50px;
}

.select_wrap{
  position: relative;
  z-index: 1;
}
.select_wrap:after{
  content: "\f078";
  content: "\f107";
  font-family: "FontAwesome";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.select_wrap select{
  width: 100%;
  padding: 10px 10px;
  /*height: 40px;*/
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.posts_category_sp{
  margin-bottom: 30px;
}

/* リスト */
.posts_list{

}
.posts_list .webgene-item{
  display: flex;
  align-items: center;
  border-bottom: 1px dotted;
  padding-bottom: 10px;
}
.posts_list .webgene-item + .webgene-item{
  margin-top: 10px;
}
.posts_list .webgene-item .date{
  width: 95px;
  letter-spacing: 0.1em;
}
.posts_list .webgene-item .category{
  width: auto;
  font-size: 0.75em;
}
.posts_list .webgene-item .category span{
  display: block;
  background: #0069ba;
  color: #FFF;
  padding: 3px 5px;
  text-align: center;
}
.posts_list .webgene-item .title{
  width: 100%;
  letter-spacing: 0.075em;
}
.posts_list .webgene-item .title a{

}


/* サイド */
.posts_side_wrap{

}
.posts_side_wrap + .posts_side_wrap{
  margin-top: 30px;
}
.posts_side_title {
  background: #0069ba;
  color: #FFF;
  padding: 10px 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 20px;
}

.posts_cat_item{
  padding-left: 8px;
}
.posts_cat_item + .posts_cat_item{
  margin-top: 18px;
}
.posts_cat_item a{
  display: block;
  position: relative;
  padding-left: 20px;
  line-height: 1.5;
}
.posts_cat_item a:before{
  content: "■";
  position: absolute;
  left: 0;
}

/* 詳細 */
.posts_detail{
  border: 1px solid #d3d3d3;
  border-top: 15px solid #0069ba;
  padding: 15px 10px;
}
.posts_detail .webgene-item{

}
.posts_detail .meta{
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.posts_detail .meta .category{
  margin-bottom: 2px;
}
.posts_detail .meta .category span{
  display: inline-block;
  background: #0069ba;
  border-radius: 5px;
  color: #FFF;
  min-width: 150px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  padding: 2px 5px;
  line-height: 1.2;
}
.posts_detail .meta .date{

}
.posts_detail .meta .title{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.065em;

}
.posts_detail .post_content{
  line-height: 1.875;
  letter-spacing: 0.065em;
  text-align: justify;
  word-break: break-all;
}
.posts_detail .thumb{
  margin-bottom: 10px;
}

.posts_back_list{

}
.posts_back_list a{
  display: block;
  width: 255px;
  max-width: 100%;
  margin: 30px auto 0;
  background: #f3f2f2;
  padding: 4px;
  border-radius: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
.posts_back_list a p{
  border: 2px dashed #0069b6;
  border-radius: 10px;
  padding: 10px 6px;
}
.posts_back_list a p:after{
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 18px;
}


/* コピー用 */
@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){
  .posts_list .webgene-item{
    flex-wrap: wrap;
  }
  .posts_list .webgene-item .title{
    margin-top: 5px;
  }
  .posts_list .webgene-item .category{
    max-width: calc(100% - 95px);
    line-height: 1.2;
  }
}
@media (min-width:768px){

  .pg_news{
    padding-top: 50px;
  }
  .posts_layout_box1{
    width: 74.32%;
  }
  .posts_layout_box2{
    width: 22.97%;
    margin-top: 0;
  }

  .posts_category_sp{
    display: none;
  }

  /* リスト */
  .posts_list{

  }
  .posts_list .webgene-item{
    padding-bottom: 20px;
  }
  .posts_list .webgene-item + .webgene-item{
    margin-top: 20px;
  }
  .posts_list .webgene-item .date{
    width: 90px;
    font-size: 14px;
    letter-spacing: 0.075em;
  }
  .posts_list .webgene-item .category{
    width: 160px;
  }
  .posts_list .webgene-item .category span{
  }
  .posts_list .webgene-item .title{
    width: calc(100% - 100px - 150px - 15px);
    margin-left: 15px;
  }
  .posts_list .webgene-item .title a{

  }

  .posts_side_wrap + .posts_side_wrap{
    margin-top: 55px;
  }

  /* 詳細 */
  .posts_detail{
    padding: 20px 30px;
  }
  .posts_detail .webgene-item{

  }
  .posts_detail .meta{
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px 5px;
    margin-bottom: 25px;
  }
  .posts_detail .meta .category{
    width: 100%;
  }
  .posts_detail .meta .category span{
    font-size: 13px;
    padding: 2px 5px;
  }
  .posts_detail .meta .date{
    width: 105px;
  }
  .posts_detail .meta .title{
    width: calc(100% - 105px);
    font-size: 20px;
  }
  .posts_detail .post_content{
    padding: 0 10px;
  }
  .posts_detail .thumb{
    margin-bottom: 20px;
  }


}
@media (min-width:1024px){

  /* リスト */
  .posts_list{

  }
  .posts_list .webgene-item{
  }
  .posts_list .webgene-item + .webgene-item{
  }
  .posts_list .webgene-item .date{
    width: 120px;
    font-size: 16px;
  }
  .posts_list .webgene-item .category{
    width: 160px;
  }
  .posts_list .webgene-item .category span{
  }
  .posts_list .webgene-item .title{
    width: calc(100% - 120px - 160px - 25px);
    margin-left: 25px;
  }
  .posts_list .webgene-item .title a{

  }

}
@media (min-width:1200px){

  .pg_news{
    padding-top: 100px;
  }

}




/*******************************
*　
********************************/
.pg_xxx{

}
.pg_xxx .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_xxx .section.sec2{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_xxx .section.sec3{
  padding-top: 0;
  padding-bottom: 0;
}

.mailmaga_form{
  width: 730px;
  max-width: 100%;
  margin: 50px auto 0;
  padding: 47px 95px 44px;
  border: 2px solid #44475c;
  position: relative;
  z-index: 1;
}
.mailmaga_form:before{
  content: "";
  position: absolute;
  z-index: 1;
  width: 98.93%;
  height: 97.25%;
  border: 1px solid #a8acad;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  pointer-events: none;
}
.mailmaga_form form{

}
.form_item{

}
.form_item_dt{
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}
.form_item_dd{
  margin-top: 15px;
}
.form_item_dd input{
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  width: 100%;
  padding: 9px 13px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.2em;
}

.form_btn{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 21px;
  margin-left: -5px;
  margin-right: -5px;
}
.form_btn button{
  width: 100%;
    max-width: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  background: #fff;
  color: #181818;
  border: 1px solid currentColor;
  border-radius: 27px;
  padding: 19px 20px;
  margin: 5px 5px;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
  cursor: pointer;
}
.form_btn button.wh{
  background: #FFF;
}
.form_btn button.wh.nobdr{
  border-color: #FFF;
}
.form_btn button:hover.wh.nobdr{
  border-color: #fde67c;
}
.form_btn button:after{
  content: "→";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 26px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
}
.form_btn button:hover{
  color: #181818;
  background: #fde67c;
}
.form_btn button:hover:after{
  margin-right: -5px;
}


/* コピー用 */
@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){
  .mailmaga_form{
    padding: 47px 16px 44px;
  }
}
@media (min-width:768px){
  .pg_xxx{

  }
  .pg_xxx .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_xxx .section.sec2{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_xxx .section.sec3{
    padding-top: 0;
    padding-bottom: 0;
  }


}
@media (min-width:1024px){


}
@media (min-width:1200px){


}


.recipe_bnr{

}
.recipe_bnr a{
  display: block;
  transition: 0.2s all;
}
.recipe_bnr a:hover{
  filter: brightness(1.05);
  transform: scale(1.01);
}

.mb3{margin-bottom:5vw;}
.tac {text-align:center;}
.section_new { width: 100%; padding: 3vw; box-sizing: border-box;}
.section_new .flcell { width: 100%; display: flex; justify-content: flex-start; align-items: center; flex-direction: column; margin-bottom: 5vw;}
.section_new .flcell:nth-last-of-type(1) {margin-bottom: 0;}
.section_new .flcell .left { width: 100%; height: auto; overflow: hidden; margin-bottom: 2vw;}
.section_new .flcell .left img  {width: 100%; height: 100%; object-fit: cover; }
.section_new .flcell .right { width: 100%; text-align: left; }
.section_new .flcell .right h3 {margin-bottom: 1vw; width: fit-content; border-bottom: solid 1px #555;}

@media (min-width:1024px){
  .section_new { width: 100%; padding: 3vw; box-sizing: border-box;}
  .section_new .flcell { width: 100%; display: flex; justify-content: flex-start; align-items: center; flex-direction: row; margin-bottom: 3vw;}
  .section_new .flcell .left { width: 30%; height: auto; overflow: hidden; margin-right: 2%;}
  .section_new .flcell .left img  {width: 100%; height: 100%; object-fit: cover; }
  .section_new .flcell .right { width: 68%; text-align: left; }
  .section_new .flcell .right h3 {margin-bottom: 1vw; width: fit-content; border-bottom: solid 1px #555;}
}
